Hi,
I have an ID column on sharepoint which is the the out of the box column. My flow gives me the error on the ID.
Solved! Go to Solution.
Hi @Teresa24486
This is because the schema you originally generated with an integer change the schema to number.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @Teresa24486
This is because the schema you originally generated with an integer change the schema to number.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi, In your schema you can try to accommodate both integer and number to avoid having similar error. You can change the integer that was expected by writing number in the schema, but i prefer accommodating both in case, you can do this by writing this ID : ['integer','number'].
Kind regards
User | Count |
---|---|
88 | |
43 | |
21 | |
18 | |
16 |
User | Count |
---|---|
132 | |
47 | |
42 | |
36 | |
28 |