Hey,
I am looking for something like this in the final field. Please look.
Thanks,
Aakash
Hi @Akash__on ,
If you want to set the "Response" to the new field only at the first line of a group of [Name], here is one way.
Workflow
Multi-Row Formula
IF IsEmpty([Row-1:Name]) THEN [Response]ELSE Null()ENDIF
Output
Does it work for your case?
Hi @Akash__on,
One way is to:
Hi, @Akash__on