I have a situation where PowerAutomate is changing one of my object properties arbitrarily and it causes my flows to fail about 10% of the time. It changes the name of the "Body" property to "body" and moves it to the end of the property list. Any hints to avoid this scenario would be helpful
Here is what the inputs look like for the action SharePoint - Create Item. for a successful instance.
Here is what the inputs look like for an arbitrary instance for the same action where the flow fails. I get a 400 status code error.
Here is how I set up my flow. I define an object variable with fields from an email.
I then use this object to create a record in multiple SharePoint lists.
I like this method of defining the object and setting the items fields. In my case I have lists that vary by one or two fields. I can then remove and add a property onto the record and set it. This also allows me to define a list name without using that list's metadata. That way I can apply it lists with slightly different field sets as long as I post to available fields. Thanks in advance.