I'm fairly new to the Power Automate world, and I need some help. I'm currently working on a project that is Agile heavy and the work is tracked via AzDO (Azure DevOps). I created a flow that is triggered when a User Story is created. The trigger then checks the conditions and if successful will create two tasks that are linked to the User Story as Hierchy-Reverse. There are a couple of custom fields that I would like to add as Dynamic Content, in the Other Field for the work item creation. I ran into this error and I don't know how to convert Int format to Object.
"Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'workItem' validation failed in workflow operation 'Create_a_work_item': The parameter with value '"@triggerOutputs()?['body/fields/Custom_MOTSID']"' in path 'workItem/userEnteredFields' with type/format 'Integer/int32' is not convertible to type/format 'Object'.'."