Hi Community,
I’m facing an error in my Power Automate cloud flow where an AzureDevops work item creation node is throwing an “invalid expression” error, even when only referencing an input parameter directly from the trigger node (When an agent calls the flow).
Scenario
I have a flow triggered using “When an agent calls the flow” (Copilot Studio / Agent trigger). One of the inputs is:
a Handoff date (Date field type)

I am referencing this field value inside the Create work item action node of Azure DevOps connector, using dynamic content referencing formula- triggerBody()?['date_1'].

The expression is not giving any error message when updating/adding the power fx,
However, the node is throwing the following error upon 'Publish':
“The input parameter(s) of operation 'Create_work_item' contains invalid expression(s). Fix invalid expression(s) for the input parameter(s) of operation 'Create'_work_item'.”

- I am not using any complex expression for this field.
- I’m simply referencing the input value from When an agent calls the flow.
- Other trigger inputs in the same action are working correctly.
- The issue is only happening for the Handoff field.
I am wondering if this is an intrinsic glitch/quirk of powerautomate flow itself, or any logical error. Thank you in advance for any tips, suggestions, or guidance.