Hi ![]()
I would have started creating an app on Appery and I have a database linked to it. I would like the user to be able to enter/ select a date, then have data returned from the datebase for that date specifically.
My idea is that someone will enter data onto the database then users will be able to access this information using the app.
I'm not sure what the best way would be to look up the date that has been selected in my database and return the relevant information. I have tried setting storage variables for the date and I have also tried mapping the date entered to the date displayed but none of this has been successful so far.