Hello, I cannot use a date formula in a Data Operations - Compose action. I tried to use the formula convertTimeZone(triggerBody()?['ReservedUntil'],'UTC','Romance Standard Time','yyyy-MM-dd') but when I try the flow I am getting an error message like InvalidTemplate. Unable to process template language expressions in action.
I tried with a different trigger type (Sharepoint for example) and the same formula in a Data Operations - Compose works fine.

ReservedUntil is a field in a SharePoint list. I need the formula above because without the timezone conversion, I cannot make the date field equal to today's date.
Is anyone have any idea to circumvent this problem please? If you need more information to understand my problem, please tell me.