Having trouble combining lists

I am trying to combine two lists do determine and Edit action ability.  However, it seems to be ignoring the first item in the second list.  Please note the double-quotes around Created By in the expression assistant:

Scott_Nesbitt_0-1703871452254.png

If I add a dummy item before the first item it works:

Scott_Nesbitt_1-1703871512104.png

Is this a bug?

Solved Solved
0 3 183
1 ACCEPTED SOLUTION

Insted of "+", you should use "," inside of the list { }. Quite often is better to write the list using the LIST() expression like LIST([Created By],[Sales Manager],..)

View solution in original post

3 REPLIES 3

Insted of "+", you should use "," inside of the list { }. Quite often is better to write the list using the LIST() expression like LIST([Created By],[Sales Manager],..)

Switching to LIST() and commas fixed the issues, thanks for the tip.

You're welcome!

Top Labels in this Space