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:

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

Is this a bug?

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],..)

2 Likes

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

You’re welcome!