How to reference workflow variables in form

Hi,

I want to pass in the uid value of the identity that triggers an interactive process to a form.I have created variable “launcherId” in my form that gets populated by the $.trigger.launchedBy.id value in my workflow. I see this in the logs and things look good.

However, I run into issues when passing this value into my form. I have tried to reference this in my form by calling “{{$.form.input.launcherId}}” but this is incorrect. Can someone share a json blob or the correct format for referencing this passed in variable input?

Similarly, how can I reference selected attributes from one form entry to another?

Thanks!

Hi @dominick-miller ,

This json format seems to be correct - {{$.form.input.[inputID]}} but it seems you cannot fill values in a form using the inline variables from form input, they can only be used to customize a Label of the form.

You may find this post useful -
Inline Variables in Forms - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community

HTH

Thanks,
Shailee

This is super helpful @shaileeM, thank you.

As a follow up: are you familiar with the interactive form workflow step? I am passing an array in as an interactive form input but there is a requirement to enter the array value and array label ( Actions - SailPoint Identity Services). I’m not sure what this should be.

Best,
Dominick

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.