Apps to Studio connect

Hi All,

I have an use case where i have to build a UiPath apps. the app basically has the ui for entering candidate details. candidate data is coming from an excel file. in apps i used to enter all the details of candidate and click save. when i click on save a validation needs to be checked if this data is already exist on the master excel file. if exist i should not save the data else i have to say. how to connect this from UiPath apps to the validation .
can someone let me know what are the steps to perform for this.

Thanks in advance
shiva

@shivarajvp555,

You will have to build a bot to take this input from Apps and check if it’s already there ins the file or not and return the result added or not.

Publish this bot on orchestrator and from Apps use Process event to start the bot for validation and get the result.