Fusion Parse error if one record is null
I have a scenario that takes 3 typeahead fields and parses them into an array where I then add them as assignees on a created task. The three typeahead fields are:
DE: D2D Account Lead - Creative.
DE: D2D Account Lead - Digital.
DE:HCG EG Strategic Steward.
If the company I'm pulling from has all 3 filled out, everything works fine. If there are any blank fields I get a "Source is not valid JSON." error. I don't know what kind of error handling I can use to go ahead and create the array with only 2 entries. Screenshots below.

I could just add a service account to all un-staffed typeahead fields but that's a hack. Is there a right way to handle this error?

