I currently have a storage bucket that contains all our SQL queries. This works great for queries that are the same every time, the issue I’m coming across is quries that need a different variable. The variable is within the UiPath process.
For example, if I’m running through a date list, and input each list item into the query, how can I call the storage bucket variable and input the date variables?
The only Idea I have had is to place a “ReplaceMeWithVariable” within the storage bucket file, and use variable.Replace() method to enter in the correct variable. But this might not be avisable every time.