Show Repeating Group items based on date?

I am wanting to display Tasks for a Job in a repeating group, but some of the tasks I only want to show after a certain amount of days after the status of the Job changes. How can this be done?
Example: Job status changes to In Progress, then show Task titled Submit TPS Report after 7 days of status change

Hi there, @ar2931… if I understand your post correctly, one way to do what you described would be to have a yes/no field called something like visible on the Task data type, and have the field default to no. Then, when the job status changes to In Progress, schedule a backend workflow to run 7 days later, and have that workflow set the visible field on the task(s) in question to yes. Finally, have the repeating show tasks that have their visible field set to yes, and you should be good to go.

Hope this helps.

Best…
Mike

Ok I think I follow. I’ll give that a try. Thank you very much for the fast response.

1 Like