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.