Page 1 of 1

Mapping Or Ignoring Optional XML Field

Posted: Fri Jun 29, 2018 6:01 pm
by rgpepper
I have a flow receiving ConnectALL submitted jobs where some fields may not exist depending on the options chosen in the connector. Challenge is, I want to include those optional fields in an email from Switch (when they *are* populated) - but need to not error out if they're *not* included. And they're optional because not all submissions will require that data, and I have the Connector only showing those fields if a certain option is chosen. Suggestions?

Re: Mapping Or Ignoring Optional XML Field

Posted: Mon Jul 02, 2018 9:40 pm
by Padawan
Are you getting error's when retrieving variables without values? I thought you just receive an empty result in that case. Which error do you get?

Re: Mapping Or Ignoring Optional XML Field

Posted: Tue Jul 03, 2018 11:27 pm
by rgpepper
Actually I haven't even tried it, I *assumed* it was a no-go, guess I'll have to at least try it.