I have an HTTP request node receiving a webhook, I want this to trigger a flow using the data from the webhook. How do I do this? I can get the robot to trigger but the values are not being set as variables for use? I’m sure I’m missing something simple!
If I have post and the robot is in between the http in and http response the values coming in are {“credit”:“98765”,“invoice”:“1234556”} how do I then use these values in the robot to do something with them, eg. put them in a document or enter them into a web page?
As explained in the video, you add them as arguments in the OpenRPA workflow, then you can use them as variables inside the workflow.