
A flow creates list items withe the following input into a number column. the column allows values up to 100.
Input to create new sharepoint list item has the following value for the field:
{...
"Inspection_x0020_progress": 100,
...}Output from the action:
{...
"ID": 87336,
"Inspection_x0020_progress": 100,
...}Yet , the field value for item with ID 87336 is 0. The behavior seems to have started recently as i have not had this issue before. Any suggestion as to the source of this behavior is greatly appreciated!
I was thinking that this is related to some validation issue, but shouldn't the action fail in that case? the very have 0 in the actions output value for that field?