New Bug Encountered: Editor emulator not respecting Slice ShowIF -- but App and alternate preview works

I have run into a strange problem and wondering if others are seeing this. I have an app with a view
connected to a slice. That slice uses the following condition:

AND(
[Active?]=“TRUE”,
[KAMemail]=USEREMAIL()
)

When I select the view in the emulator, I see the records do not match what the slice returns. I checked the slice using “View Data” and all looks correct. Just when I used the actual view in the emulator is the data listed wrong. When check the detailed record behind, I notice the emulator is showing only the 4 records where KAM_ID is not assigned (cell is blank – which is a foreign key).
2X_1_1fbdc079d2c94c1f4b6287ed4fb724bb316da33e.png
What does not make sense is, why does the slice return the correct records (and ignores the 4 with blank foreign keys), but the emulator shows only the records with missing foreign keys?

Interestingly, if I use the app on my iphone, the correct records show (just like in the slice). And also, if I use the “Preview other form factors” link from the emulator, the app displays the correct records no matter what form factor.

So, the app works but the emulator shows different records than what the slice actually returns. Very strange. Means I cannot use the emulator to test the app properly. Any thoughts?

ps: clearing browser cache did not help fix emulator result.

Solved Solved
0 9 827
1 ACCEPTED SOLUTION

Hi All,
Issue is fixed now. You may need to refresh you browser for the fix to take effect.

View solution in original post

9 REPLIES 9
Top Labels in this Space