Hi,
I need to check if a certain value is already exists or not in an “Entity” before adding new values to get rid of adding duplicates.
Please share an example for thos.
Thanks
Hi,
I need to check if a certain value is already exists or not in an “Entity” before adding new values to get rid of adding duplicates.
Please share an example for thos.
Thanks
In your Studio project add the UiPath.DataService.Activities package.
Then import the data from your entity in Data Manager.
Create a filter for your data that you need to check before inserting.
If the condition is false, you can use the Create Entity Record in the false section of your if.
Thanks @marian.platonov
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.