Solved
Forum Discussion
alchemiz
3 years agoContributor III
Hi Vinny,
Good day, you can also use the || operator and enable null-safe access property of the mapper snap
Expression:
$input0[‘117-1’][‘B’] || $input0[‘88-1’][‘B’]
If 117-B value is null or an empty string then get value in 88-B
Thanks,
MM
- UrsVinny3 years agoNew Contributor II
U r a Rock Star… !!
Thanks for your support. I added the expression as suggested by you with some minor changes and it worked.Cheers
Vinny