Hi All.
I have already built a workflow for filtering out cells which contains 2nd double quotation or missing one side of double quotation
Now I need to add a branch flow to find out which row contains issue cells. workflow attached
expected branch output
| FIRM | INFO |
| ABC | ""A"" |
| BCD | "”D"" |
| EFG | ""H" |
| ABC | "D"" |
| ABC | "B |
| ABC | C" |
| | |
Thank you for your time.