Hi all,
Having a bit of trouble with my Flow.
I've got a people field ('witness') in SharePoint that if empty, I want it to return "N/A" as text in my email. If the SP field is empty, the apply to each's condition is skipped and I just get a blank. If there are people in the field, I get people just fine (though I haven't figured out to to separate with commas without the last name not having a comma after it).
I've tried append to string (returns a blank), I've tried append to array (returns empty brackets). I still can't figure it out.
Flow:

Result if the people field is empty:

Any thoughts?