Nice to meet you:
I have a dataset with columns of day, line_name, shift_name, crew_id and CO_duration.
I want to set a trigger case when CO_duration>120min. Then trigger a form to the owner to collect the reason why this time CO_duration>120min, with below information:
day, line_name, shift_name, crew_id, CO_duration, reason.
Please advice how to develop the setting? I have already searched through yt but haven't gotten any answers, thanks.