Hi all,
Hope you are doing good.
I not an expert, I need your guidence.
I want to create a Limit warning message to apper on glide application each end of the month. Do you know it thats it possible?
If so, could you let me know how to do it.
Im using free version.
Thanks
Arturo GS
A limit on what?
If you are talking about app usage limits, Glide will automatically send the team admins warning emails of the usage thresholds.
Hi Nathan,
I mean, something like payment deadline alert.
If users sign in regularly
With a date column and a computed if-then-else column, you could display a message on the home screen of your app, for instance using a hint text component. With a template column you could include the critical deadline date and warning emojis.
If users expect a notification or email
These can only be triggered by a user and not be time-based, though it seems this might be changing in the near future. I believe this can be achieved with 3rd-party tools but I’ve never done it, I’ll let others chime in.
Hi ThinhDinh,
Could you show me a example, in don’t understand how to do it.
Have you tried adding the math column like I suggested?
Hi ThinhDinh,
yes I jus did it. 

and I see the current day

let me see if it works
Yeah, then you can add a hint component and set the visibility condition based on that day.