Which method to be used

Hi there,
I am facing current situation:

  • I have a ruleset in Excel which has got rules in it like “between value x and y” or “missing value z”, etc.

Now I want to include this kind of ruleset or framework in UiPath fro processing data.
I could store them in da dataTable or dictionary and reuse them by using “assign”. But as I do have a lot of workflows, I am looking for a smarter solution than storing this table and initialising them in each flow.

Is it possible to create some kind of library? Or is there any other smarter solution to reuse the static ruleset?

Thanks a lot for your support!

@Heidi

Use Global Variable for this.
If you want to use DataTable then just read and store this one time in Init state and then it will be available in all the workflows of the project.

1 Like

Thanks a lot! That was a smart solution I was looking for!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.