Hi, I use a Switch component to mark jobs complete in my app. I need the Completion Date to automatically record when the switch is flipped so clients can see it. Manual entry isn’t feasible — I do 30+ jobs/day. Any solutions or workarounds?
Thanks!
The native switch component can’t execute an action, so my only suggestion is to create a custom AI component that is a switch, and sets a date when when turned on.
2 Likes
Use a button. Configure an action that writes the current date/time into the Completion Date column.
5 Likes
Use button and make the workflow such that it set column value of switch as true and also feed current date
2 Likes