Forum Discussion
Norro1475
May 12, 2023Copper Contributor
Can no longer post empty string to blank a sharepoint choice field
I am making a batch graph api call from a flow to import some data into a sharepoint list. This has been working for months and suddenly broke a couple of days ago, nothing has been changed in the...
ganeshsanap
May 15, 2023MVP
Norro1475 Try passing null value instead of "" to your choice field and see if it works for you.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- Norro1475May 15, 2023Copper Contributor
No, null no longer works either.
On further investigation it appears to be enforcing the predetermined choices where previously it was not. This prevents it being emptied by either means!
Huge bug IMHO. Restrictions should apply if it is filled, not prevent it being left/reset unfilled, there is another option for that.
option 2 is supposed to allow nulls, but is now totally ignored if tickbox 1 isn't chosen 😞