Hi, I am working with a flow that requires 18 columns to have the same rules. Is there a formula that could be used with the Multi Field function that would resemble the Multi Row function? The following is the formula that I've been trying and not having any success:
IF IsNull([_CurrentField_]) THEN
[Row-1:_CurrentField_]
ELSE [_CurrentField_] ENDIF