Create Data Action breaks when emit events enabled

Hi All,

I have a flow triggered by a webhook that ends with a Create Data Action. It works beautifully until I enable ‘emit events’ (which is essential for my app), at which point it still creates the ‘stamp’ records but omits the fields from the payload.

Problem is it just fails silently with no explanation.

ChatGPT tells me that, even though I have “Full Access” set, emitting events uses the underlying access policies and permissions.

I’ve tried enabled everything with full access in my policy but I just cant get it to work.

What am I doing wrong!?

Are you able to provide the flow logs for a working and non-working execution. eg looking for the trigger body, read response and create options and response payloads will be helpful.

We did a quick test on our side and it appears to be working correctly with emit enabled. Additional questions that come to mind: Do you have other flows/hooks (blocking in particular) that are triggered by Create operation on this collection? Other validation or extensions running in the project? What version are you running?