
Announcements
Hi Team,
We are trying to setup cloud flow which connects to Desktop flow and then RDPs to a remote server and finally needs to feed data to AX system which is on the remote server. Could you please advise on how to setup data mapping from cloud flow to desktop flow?
We will be having 3 fields from cloud flow which needs to be passed to desktop flow.
Thanks,
Jeet
Hello @Jeetb
You can declare Input Variables at the right pane of PAD Flow Designer.
Click {x} icon of the Varibles tab, then "+" icon to add new input / output variables.
For input variable, you have only two options "Text" and "Sensitive Text" as data type. So your cloud flow have to pass parameters basically in text format.
Thank you.