Contador de dias

Olá, gostaria de inserir um contador de dias no meu app.
Ex: Cadastro um hoje, o contador inicia em zero, amanhã ele mostra um dia, depois dois dias, depois três dias, etc.

Se puderem ajudar agradeço

To do this you need to use Backend workflows which are only available on a paid plan. Then whenever the counter starts you “Schedule an API workflow” for a day from when the counter starts and in the backend workflow increment the day counter and “Schedule an API workflow” and select the current workflow and schedule it for a day from then. That just starts a loop. You probably need some sort of termination condition given that the day counter needs to stop at some point so on the backend workflow when you schedule the same workflow for the next day, add an only when condition with a termination statement. Ex: Only when day counter is not 5

This topic was automatically closed after 70 days. New replies are no longer allowed.