- List created in SharePoint
- Field types are all "String"
- I already deleted and re-added the Create Item task
I created a flow in Power Automate. First task is to parse JSON. I can see all my data in the returned data (see below for a sample).

(In the above image, I am specifically missing the four highlighted fields)
Next task is to take that raw data and dump it into my SP list. Within the Create Item task, I can see every field from my SP list, and I assigned every field to its corresponding strings from the JSON response (see example below).

As mentioned, the four strings I have highlighted above get ignored by the Create Item task. When I test, there are no errors, but when I inspect the successful run, those four items are missing from the SharePoint's Create Item task. The image below is a snip from my test. Compare that to the image above: It skips from "INV investigation" to "INV Reoccurance" (the fourth missing field is located in a different spot within the SP list, so including it was too difficult).

Any ideas?