Alerta vencimento

Good Morning

I was wondering if there is a feature where I have multiple products x with their respective validations I would like to have a notification when product x was at least 10 days to win this would greatly help me to control product expirations

I don’t believe Glide can send notifications based on the value of a cell. But you could create a tab in Glide that would give you this information. Create a column in your spreadsheet to return a Sim if your product is 10 days away from expiring.

=if(B2-Today()<=10,“Sim”,“”)

Then in Glide create a new tab and filter it with the column that calculates if it’s about to expire.

Here’s a sample app:
https://go.glideapps.com/play/MZ1rl8AzgjSHItOMTziQ

Here’s the spreadsheet:
https://docs.google.com/spreadsheets/d/1hjc07NSuY7b9zxcISHGH1Bc3M7IEyG7n6z1GCyd0Zpo/edit?usp=sharing