Are Dual Exports supported? (Listener & Scheduled from NetSuite)

I have a flow I’m currently developing and would like to utilize both a Realtime exporter & have a scheduled exporter in the same flow. I’ve included an image of this below. The idea is that when new orders are submitted, they’ll immediately export to pull payment details from Shopify. If there are any failures or export issues, the scheduled export would perform an EOD cleanup of these records.

So far, I’ve been unable to have the Listener execute successfully. Can someone please confirm if this is still supported within a custom Integrator.io flow?

Can anyone

Yes, this is possible. Can you make sure your listener has access to the correct contexts so that it fires when that context is hit? For example: user event, UI, CSV upload, create, update, etc. Additionally, toggle the flow off and then back on, and see if that resolves it.

Thanks Tyler, I’ve double checked the details. After toggling off and on it works when I update the record, however, getting it to post on Create still seems to be missing the trigger.

There is a workflow running against the record which is automatically approving the order for certain criteria. I don’t think that would block this, but perhaps I’m mistaken.

I would try adding more execution contexts until it happens. It's tricky to get the right one.