Collection element does not work

Hello everybody,

I have a collection with several elements. I have created a workflow so that element has a detail screen.

Everything works fine when I am in the glide over. But if I login as a user, I cannot click the last element and I don’t know why.

Could you help me ?

Best,

Can you show how the workflow is set up?

Of course. Thanks for your time

If all of your workflow conditions are calling the ‘Show Detail Screen’ → ‘This Item’ action, why don’t you just make that the single action on the Item Click event for the collection instead of using the workflow or any conditions? What you did with the workflow would only make sense if you needed to use the ‘Show New Screen’ action for independent screen layouts for some reason.

As for your particular issue with the click not working on that one item, my best guest is that dates are involved somewhere and your mobile device is formatting a date differently, rendering none of the conditions true for that item… but like I said, based on what I see in your workflow, it’s completely unnecessary. Just set the click action to ‘Show Detail Screen’ → ‘This Item’ and be done.

2 Likes