Add static text in expression editor
Summary
Add static text in expression editorContent
Hi All,
I want to add some static text along with expression when response from service is returned. Below code gives me result id, however i want to add some text after result ID. How can we achieve this?
Code Snippet
"fireNotification1": {
"module": "vb/action/builtin/fireNotificationEventAction",
"parameters": {
"type": "info",
"summary": "[[ $chain.results.callRestEndpoint1.body.result.id ]]"
},
Tagged:
0