cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Quick mapping question that I can't figure out.

I have a UDF that takes some arguments and returns true/false depending on the values. For each True value, I want to make destination node <access>. This works fine (see screenshot). However, if my UDF results in False for every value in the queue, I still want one <access> node to be created. I have tried to accomplish this in various ways (if/then/else, another UDF that looks at all values of the queue etc), and I keep messing up contexts etc. Probably something simple I am overlooking.

0 Likes
View Entire Topic
Former Member

Thanks Mark. This did the trick. I have some other values that are now inaccurate (coming from wrong context), but that appears to be another issue that I will work out. Thanks!