Skip to main content

Hi 👋 ,

 

My app makes an invoice and throws out a base64 pdf code. When I would like to convert it using CloudConvert, Zapier changes the input to this,

{{159018883__base64_pdf}}

It is working in the test but once the Zap is turned on, it throws out the input above and cloud convert or other apps does not work.

Would anyone know how to get it to work? Thank you very much!

 

 

 

Hi @joshua.lim!

If you see something like {{159018883__base64_pdf}} in the ‘Data out’ for a Zap, that means that Zapier couldn’t find the field it was looking for. This sometimes happens when data is mapped from a step that’s removed or if the trigger app changes which fields it sends to Zapier. 

The first thing you do is to re-test the step that the base64 pdf is coming from to check that you’re still getting the same fields. If everything looks the same, or you can’t spot anything different, the best thing to do is to get in touch with the Support team (using the Get Help form) as they can dig into your Zap and its logs with you.  I hope that helps!


@joshua.lim It can be helpful to look at your Zapier history to see what was returned by your app’s step


Hi @Danvers & @GetUWired,

 

Thank you very much for your reply!

 

I see that my webhook is only throwing out an ID and not the base64 code.

 

 

Would you know of a way to make it appear? When testing it the data appears but when it is automated it does not show.

 

Thank you!

 


 

This is the test response but when automating it, it disappears :( 


Hi @Danvers & @GetUWired,

 

Thank you very much for your help! Really appreciate it!

 

I have managed to solve this by placing a delay in between the webhook and the app. 

 

Cheers,

Joshua