Hi,
I had a working flow but due to various factors had to rebuild.
I've done that and basically did the same as I had before but now my update a row is working and returning the data it is supposed to but against the wrong row.
Within my table I have account number which is unique.
Flow is:
So say account number 4444 is Approved, the update a row is happening on 1111 and then 2222, 3333, etc,
Its updating the first row and then sequentially instead of the account number that was approved.
Get a row for approval instructions are:
My update a row instructions are:
I'm not sure what I am missing.
Cheers