hey , currently I am managing opencore dashboard from machine A and I have installed openrpa in machine 2 . I trigger workflows from machine A which runs on machine B . now the solution or idea I need is nodered workflow for :- from machine A (opencore enabled system ) I have to read the json format data through an api . convert it to csv and then save it as a excel file into the local disk of machine B ( openrpa installed machine) so that openrpa could process its workflow on that data . any solutions or ideas on how could this work ?
That is what work items are for. When you attach files to a work item, OpenRPA (or any other client) will automatically download the file(s) associated with that work item.
But if you really just need an alternative, you can upload files to Opencore from Node-RED api upload
node and download it from OpenRPA using the GetFile
activity under OpenflowDB
or how can I just pass the values or message from nodered to the openrpa workflow’s assign or input text ?
here you are passing the data through api directly , but what if I have to from msg.payload to openrpa ?
http in
node, still also uses msg.payload like any other node, there is no difference.
but for http in I have to call it externally every time I guess ..
isnt there a way that I inject from my nodered workflow and then the msg.payload goes to the openrpa’s variable or arguments ?
you need to give more context … these 1 sentence SUPER generic questions are impossible to answer precisely ..
What are you asking ? … you can just add an inject
node if you need to call it from the nodered designer ?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.