I have created two workflows in UiPath Studio version 2023.10:
Workflow 1: Main.xml In this workflow, I collect a city name from the user and then fetch the weather conditions for that city. Depending on the weather condition, such as “rainy,” I make clothing suggestions to the user. However, it’s possible that the user doesn’t have the recommended clothes. In such cases, I want to provide a list of items in Workflow 2, “NewForm.uiform,” as checkboxes. The user can check the items they don’t have, and I will suggest places for them to purchase these items.
It’s important to note that all the data in these workflows is dynamic. This means that the weather condition will change based on the city, and consequently, the suggested items will also change accordingly.
The challenge is how to pass data from Workflow 1 to Workflow 2.