
Announcements
I think i'm losing it. I'm fairly new to PA so please don't judge. I have a compose action, i'd like it to have a "StartDate" and "EndDate" column, both populated with variables. This will then be appended to an array which i'll process through a loop. Each record within the loop would need a startdate and enddate. I'm getting invalid expression no matter what i do.
tried:
Hi @JJD2 ,
Please do not enter expressions in compose, just write text, and the format of initializing variables in our compose is like this:
'
items('Apply_to_each')?['StartDate']
items('Apply_to_each')?['EndDate']
Best Regards,
Sunshine Gu