New Bug Encountered: Slice fiter not working on UX

I put a slice filter and test it. The result looks correct. But when I enable it to UX. It seem not right.

My formula on slice filter is below

and([Delivery Date] >= Today() - 8, in([Store], lookup(useremail(), “Access Setup V2”, “Email”, “Access Store”)))

Solved Solved
0 8 278
1 ACCEPTED SOLUTION

This is a known issue with the combination of Slice and LOOKUP() when the target column is an EnumList. Workaround is to create a virtual List column with a LOOKUP() formula and then use that with the Slice.

View solution in original post

8 REPLIES 8
Top Labels in this Space