Forum Discussion

JaclynJGish's avatar
JaclynJGish
Community Member
2 days ago

Delay visited state after layer activity

Hi all, I know I've done this before but need your help remembering how. I want to change the state of my tabs to visited (with green check mark) only after the user has completed an activity (e.g.,...
  • JudyNollet's avatar
    2 days ago

    Visited is a built-in state, which means it comes with built-in functionality. Any object with a Visited state will automatically change to Visited when it is clicked. 

    To delay showing the checkmark, put it in a custom state instead. Then use a trigger to change the tab to the custom state when the user "completes" a layer (however you want to define that).