Hello all, I’m building a UiPath app for my organization and so far so good. However, I have a couple of questions which I need some answers for.
Q1: Tooltips do not appear on any element such as labels. When previewing the app, no info icon id displayed. So, what’s their usage? Are they only meant to be as a hint for internal use only?
Q2: In Studio, I have uploaded a project that contains two workflows to Orchestrator and added it to App Studio. I want one button to perform an action on the main workflow and a second to execute the other workflow only. However, there doesn’t seem to be a place to choose an entry point. I can only run the entire workflow. So, does that mean I have to upload two separate processes?
Q3: I would like to bind and display values stored in Orchestrator Assets. However, there doesn’t seem an option for that. The only resources available are “Pages, Data Context, Processes, Entities, Queues, User, and App variables”.
Q4: In my main page, I have a left sidebar with a dropdown menu which when the user selects, must open the selected page. In order to keep the sidebar static across all pages, I added all the pages under the same container of the main page which is fine. And depending on which page the user chooses, all of the page containers should be hidden, while the one selected should only remain visible. Does anybody know how to write this expression in the hidden field area?
Q5: I’m getting the below error for only of the fields which has type multi-select dropdown.
Invalid format for argument ‘LocationName’: Unexpected character encountered while parsing value: [. Path ‘’, line 1, position 1.
The user can pick several locations at the same time. I ran a test and selected only a single location that should display it in a message box right in the beginning of the workflow. This error keeps popping up don’t know why.
Your help is much appreciated. Thanks.