My app shows list of items at List style collection. When I click on one of the items at list, the app will display detail screen for this item. When I click back to list of items screen, how to highlight the item that I click before?
You’d need to add an action step to save the rowID of the item you clicked to another column (perhaps in the user table) using a set column action. Then, style the line with an icon or color or perhaps CSS if the record ID matches what was saved.