
Announcements
Hello all,
My flow to add attachment from Microsoft forms to Share point list is creating two duplicate entries in Share point list.
One row entry with attachment and another row entry without attachment.
Please support .
It is a little hard to understand your flow based on your image since it is not the actual flow order. But it would seem like you must have two Create item actions in your flow. You should add a condition to your flow to check if the form submission contains attachments. If it does, add the create an item action with the attachments down the yes side of the condition. Otherwise, on the no side just create the new item.