Well,
Im doing a process model.
As an output of my RPA process I can have the execution id as Process Variable. I want to pass this variable to an appian integration to have the result.
But it doesn't work, how can I do that?
Thank you so much.
Discussion posts and replies are publicly visible
What is the error you are getting?
I have configurated the integration input like this
Hi gdengrar
Seems like you're referring input using pv! domain inside the integration. You should refer to the rule input using the ri! domain.
Also documentation says format of execution id should be <Robotic process name># Execution number
FYI, the output of the Execute robotic process Integration itself will be in that format.
That it, it works!! My bad
I have changed pv! to ri!, that's all
Thank you so much!!