My first workflow - so close - not updating the right document

have built a webflow that takes some input from my mobile app I’m building in flutter flow. I use a webhook to send some data like userid and a couple audio files. I then have a cloud function that merges the audio files and the end result is I want to have the firestorm collection that I pass through the webhook updated with the url for the mixed audio file, and change the complete field to true. My workflow runs great and the database gets updated with the audio url and complete yes, but it’s an undefined document. The actual document I passed does not get updated. The output of update Firestone node shows the document id is being sent but Firestone doesn’t seem to see it. I worked for 2 days with Gemini trying to fix and tried a million different configs but just can’t get it right.

Hey @Greg_Maddock

Your workflow is right.

Try HTTP node instead.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.