I have a form in Cognito Forms which is connected to Power Automate and creates a calendar event. However, when there are multiple attachments to the form, Power Automate refuses the connection with:
I understand there are size restrictions. To avoid the restrictions, how do we strip the attachments from the connector?
The flow is set like this:
1. When a new entry is created (in the Cognito Form)
2. Service Selection contains x
3. Create event v4 using dynamic data from the forms entry
However, the flow will not trigger due to the error 413.
So I am thinking I need to somehow remove the attachments from the data that some over to Power Automate. I have no idea how to do this.
Perhaps, i need to strip the attachments from Cognito forms or stop them from being read by Power Automate?
Is this possible?