i have a list of items that can be accessed in 2 ways. Direct from the app and scanning an NFC tag. I need when they are accessed trough nfc tag to be able to see some components that i’m not able to see them if i access the item directly from the app.
Do you guys know any solution for this?
Kind regards
I’ve setup a ‘‘Direct Access’’ column, boolean type and on the collection item click i setup to check the boolean for that item. the problem is that i need to un-check that boolean when I exit the item. I don’t want to add a back button because the app layout has already 1 back button and i can’t hide that one to put my own button
1 Like
Can you share with us the flow you’re doing when you scan an NFC tag? Like if there’s a chain of actions, we can add one action to help with “seeing some components” I guess?