Does anyone have any idea how I can create a dd / mm / yyyy date from the action of a button that is recognized by the Adalo as a date, exactly like a date from the Date Picker?
Thank you for your reply @JL_LJ
The date must be generated by button action and updated to 2 collections (users and events).
Now the data value is blank and I try to avoid the Date Picker as I can’t avoid past time selection or weekends days.
So, I try to build a custom calendar, with an action per day / per button.
From my quick test it didn’t work internally trying to create a record.
It did however seem to work fine when using the external API. Which means you could have a custom action to update the record from the Adalo API. A bit of a workaround, and you need to have the element ID (another issue), but it’s there as an option.
Thank you @theadaloguy
It took me a long time to find the error and now a workaround.
In the end it’s ok.
Adalo can also bring challenges, but if they are overcome, something beautiful can come out …
Did you find a workaround? If not PM me, might have a solution. Once tested I can post for everyone in the forum. Just don’t want to spam now with a lot of questions.
Hello again @theadaloguy and @JL_LJ. Thank so much for your support!
I just discovered that if an input form is used as a number with the value 18809 it will be converted directly to 7/1/2021, which would be recognized by Adalo as the calendar date.
From 18809 (7/1/2021) it is calculated which date is desired.