Hello, I have the below workflow with the formula if [Topic 1] = [Row-1:Topic 1] then [Row-1:Topic 1] else [Topic 1] endif. However, as you can see in the image, it is not copying down. Is someone able to help me out with this and tell me what I am doing wrong?
Solved! Go to Solution.
Hey @Link86,
Why were you grouping on line number? Is this the output you were looking for?
IF isempty([Topic 1]) THEN [Row-1:Topic 1] ELSE [Topic 1] ENDIF
This is exactly what I was looking for. Thank you
No worries @Link86 ! 😄