Hi,
I have requirement to connect UiPath with an external application. This external application will add item to queue along with SpecificContent. I need to process this data and make api call. The result of API call should be stored in SpecificContent so that I can again access result from external application. How can i do that?
I made a simple process in Studio for making api call and displaying value in messageBox. Even if the item was added to queue and message was displayed. The status of transcation always remain “NEW”. It does not change. How can i change it to completed and how can I design the process.
this is wat i am currently using
this is from my orchestrator in which all the transaction remain alwayds at new. Do i have to do anything else to change their state?