Hi,
I've created a form which asks users for the date required, OR the date from and to (so total of 3 dates in the form).
I've set up a flow to send an e-mail when a form is submitted, but the dates are backwards (yyyy-MM-dd). I followed steps I found here on the community to format one of the dates using initialize and set variable, but I can't work out how I can do this for all three dates.
Here are the steps I used to get the first date formatted correctly into dd-MM-yyyy.


How do I get the other two dates (highlighted) into dd-MM-yyyy format please?

I tried just lining them up under the set variable value but that stopped the entire flow working.
I also tried this, which I found under another question asked in the forum (from @Rilsina)
1) Initialize a variable of type Object.
2) To populate the variable, use action: Append to Array.
3) In Append to Array- value will be the Json format like:
{
"Question1":"Input Dynamic Content Question1",
"Question2":"Input Dynamic Content Question1"
}
But the flow would *not* let me select variable type Object if I used action Append to Array. The only option that I could then select would be Array but I tried that and again the entire flow didn't work.
I've spent days trying to work this out, any help is immensely appreciated.
Thank you,
Poppy