Hi everyone, is there a way to do post request inside a workflow like I need to pull some data from monday. I know that this is possible using nodered but is there some way to do it in a workflow?
Thank you
Hi everyone, is there a way to do post request inside a workflow like I need to pull some data from monday. I know that this is possible using nodered but is there some way to do it in a workflow?
Thank you
You mean openrpa workflow?
Yes, there are 2 http clients built into dotnet you can use from invoke code
activity.
Or my personal favorite just using powershell in invoke code
using Invoke-RestRequest
. Link 1 link 2
yes openrpa workflow, i can’t see the invoke code
activity. Im using version 1.4.57. I am assuming I need to install it from package manager
but what’s the name of that package maybe?
No, you install it using the openrpa.msi installer, its a optional package with scripting support
Can i know the name of the feature for that?
Found it. Thanks a lot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.