Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I perform a NOT select in field action on a text object. When someone selects a text object ("button"), I want all values of a field selected except for one. I tried the "select excluded" but not too sure how that was all working.
For example, field name [fruit type] and I want everything but "apples".
Try two actions:
1. Select in filed "fruit type", value 'apples'
2. Select Excluded in "fruit type"
Try two actions:
1. Select in filed "fruit type", value 'apples'
2. Select Excluded in "fruit type"
That worked, thanks.
Can you quickly explain to me the logic behind the "Select Excluded" action?
It inverses the field selections. That is, all values items in gray will be selected, and what was selected becomes excluded. So in your example, you select 'apples'. Next, you select anything except 'apples'.
thanks! makes sense