Hi
I'm building a Power App which outputs the date from DatePicker to Power Automate, where a meeting is added to a calendar, with as date the output from DatePicker.
But I can't get it to work. The trigger I use is PowerApps V2. When I use the "Date" option, the flow doesn't receive it because it's a string, not a date.
When I use type "Text" in the flow trigger, it works and the flow receives the date I selected in de PowerApp, but the "add to outlook calendar" function doesn't work because it's a string.
I've been trying to fix this for a week now, I watched lots of videos, many topics, tried so many things but nothing works...
One of the things I tried was converting the string to a date (tried different formulas) but none of them worked, because it's a string...
Even if I change the format in the DatePicker properties, it's always "dd-MM-yyyy", and a string.
I think the problem and fix are in the PowerApp, but I can't get it to work. So I hope someone can help me fix this.
If you need more information, let me know!