I have 2 columns of data that will have 2 variables (Client Code and Account Number). I need flow to run IF client code = variable then populate text field with this Account Number. I would need this to loop as there are multiple account numbers for a specific client. I understand I would use IF conditional action and a For each action but not sure how to write syntax.
First, I read from excel worksheet that produce variable %Datatable%.
Read online, if you want to access a specific column in a datable that contains column headers, use the %Variable[rowNumber]['ColumnName'] notation. So I used the below syntax in my flow.
Would I nest a for each action within an IF conditional action ?
In my case, if Client code column = JRPB, populate the account number in the text field.
