xian_
Expert
Expert

You cannot use inputProperties and CustomProperties with XaaS. However, if you want to grab the username and request ID in a wrapper workflow, here is what you could do:

xian__0-1677781697441.png

userName and requestId are local variables of the wrapper workflow.

These then passed to the subflow as input (input1 is the input of the wrapper wf):

xian__1-1677781799897.png

Here are the logs:

xian__2-1677781847550.png

 

HTH