Knowledge: REST Data Action using IF THEN ELSE Logic on Output Mapping
Back
Knowledge
Title*REST Data Action using IF THEN ELSE Logic on Output Mapping
ManualAdministration
Manual Level TwoData Actions
Manual Level ThreeREST
Created23/02/2023
DetailYou can use XPath 2.0 to do an if then else on an output mapping, remember the prefix # tells Sysero to use XPath 2.0. Below is an example if if then else.
#if (string(examplenode1) = '') then concat(examplenode2/text(),' (empty value)') else examplenode1/text()
Additional Manual Locations