Limit warnings messages based on calendar Dates with hint component

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.

  • Add a math column to your user profiles table with the formula: DAY(N) with N being the “Now” value.

  • Setup a hint component like Nathanael suggested, and show it when the day value above is greater than or equal to 25, or something like that.

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. :love_you_gesture:

image

and I see the current day
image

let me see if it works

Yeah, then you can add a hint component and set the visibility condition based on that day.