Hi All,
I have created a workflow where if the field (in my case it's Currency), does not follow roughly 200 currencies i.e., USD, EUR, ... etc, then it should highlight Yellow on the Excel Output. I have used the RegEx to check whether or not the field is in a certain expected format (i.e. containing the currency abbreviation or not), and it works! I have also done a similar Formula for the field Country that needs to follow roughly 100 country abbreviations i.e., USA, FRA, AUS etc.
However, I have around 23 Currency fields that follow the exact same formula but have different data. I can do this right now, but I will have around 24 RegEx formulas so it will get quite messy. Is there a faster way to do this?
I have attached two files. The first file (Workflow 1 Original) showcases the above problem. The second file (Workflow 2 Amendments) was worked on by someone else who tried to solve this problem but it's quite confusing. They also made the following points:
Any help will be appreciated! Thanks.
@ajaydhamrait Can you provide some example of your statement "However, I have around 23 Currency fields that follow the exact same formula but have different data"?
Hi @binuacs , so within my workflows, you'll see that the data inputs have several fields named: Currency, Currency2, Currency3, Currency 4 ... etc. In total, I will have around 23, but for the above workflows, I have only took out a sample to test on. For all those currency fields listed, they will follow the same rule as the field 'Currency'.
I hope that makes sense, not the best at explaining.