What are you trying to achieve?
I’m going crazy to make sure that the filter only passes conditions that have the date of the variable Date Chosen. Where am I going wrong? Please help thanks
I’m going crazy to make sure that the filter only passes conditions that have the date of the variable Date Chosen. Where am I going wrong? Please help thanks
If you are using FormateDate you need to provide the format of the date. try adding something like DD-MM-YYYY no both formulas, that would make the result to be to same.
This will format the input as a text, so you can use Text operator for the filter.
It doesn’t work! But isn’t there another way to pass only the data of the chosen day? I just can’t do it like this and I don’t understand why!
I am using a Notion DB item, but the end would be the same:
For my is was not working as the date when fromated was different due to timezone
Set a variable with he date from glide and use Fromatdate(Variable;DD/MM/YYYY)
If the output is exactly the same the text match should work. Perhaps there is. different timezone and the output ir a little bit different