How else would you send a JSON body in the HTTP Request action that has dynamic values? For example, I need to send the identity’s email address in the HTTP Post when a source account is updated. Workflows don’t support constructing a variable and I can’t add variables in the JSON body of the HTTP Request action. E.g.,
I moved this to a new topic to keep the conversations focused.
The Workflows team is working on a feature called “Variable Substitution” that will enable Workflow users to dynamically construct inputs, like the JSON body in an HTTP action. This feature is slated for release at the end of Q3, possibly early Q4.
Hi Prasad. Yes, variable substitution is enabled for HTTP action, but there is a known bug that prevents it from being resolved at the moment. The engineering team is currently working on this.
Thanks @colin_mckibben for the information !!
I tried with below JSON body but it is not working.
{
“sys_id”:“$.getIdentity.attributes.servicenowsysid”
}
Can you help me with the example for how to pass identity attribute value in JSON body?