So, I have people needing to edit information in a table that they filled out with a form. I want the next section to not show until at least 2 hours after they edited one section. How do I go about doing this?
In your form, record the current date/time to a column. Add a math column in the destination table that has the formula: T + 2/24 with T being the current date/time you recorded. Let’s call that “Unlock time”
Use the visibility condition: “Unlock time” is before now for the “next section”.
Though I’m not sure about your data structure and what you mean by “next section”.
2 Likes