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?
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.
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.