Catia Borello
Catia Borello

Reputation: 1

How do you refresh recently created/modified arguments in UiPath Studio on UiPath Apps?

I have created a workflow in UiPath studio that uses In/Out arguments. The data of these arguments will be received from a UiPath app and passed throughout the workflow process. After connecting my process to UiPath orchestrator I had access to all my arguments but realised I had made a mistake with my directions and needed to update my arguments. I made the updates in UiPath Studio and re-published my workflow to UiPath Orchestrator but the UiPath App is stilling reading the old arguments. I have checked that Orchestrator has my latest workflow uploaded and I can see my new arguments in that process, I just cannot find where to refresh those arguments in UiPath Apps. Is there somewhere I can refresh?

Upvotes: 0

Views: 344

Answers (2)

MasterOfLogic
MasterOfLogic

Reputation: 47

1.) First, ensure that you didn’t just click Publish in Studio. You also need to go to the Orchestrator and upgrade the process to the latest version that you just published.

2.) If you still can’t see the changes in your app, please follow these steps:

  • Go to your UiPath Apps at https://cloud.uipath.com/YourTenant/apps_/default/edit.
  • Open the app in Edit mode.
  • On the navigation menu bar on the left, where you see your app pages, locate the process your app interacts with.
  • Delete this process and then add it back again (See screenshot below). Thank you

Screenshot Of My Uipath App On Edit Mode

Upvotes: 0

Catia Borello
Catia Borello

Reputation: 1

UiPath Apps

Open up the process under the Orchestrator tab in UiPath Apps and click the refresh button next to Input, Output, Input/Output. If you click on either word you can see what arguments are available now.

Upvotes: 0

Related Questions