Document does not load from Wix form

I have an automation running that captures the data from the Wix form and sends it to Salesforce, specifically in Leads.

There are 6 fields, the 6 fields are taken to Salesforce, the problem is that the last Document field, recognizes the document name but does not allow me to upload it to Salesforce.

I don’t know how to fix it.

How data gets to Salesforce

Recognizes the pdf but does not save it to Files in Leads

In the Salesforce module I don’t see the Files option in Make

Welcome to the Make community!

Unfortunately the Salesforce “Create a Record” module doesn’t seem to have a “File” or binary data field for you to map file binary data into.

I’m sure others would agree that this is a nice feature to have.

You can submit this suggestion to the Idea exchange, under App improvement ideas.

Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
Screenshot_2024-01-17_130153

A workaround would be to use the generic “Make an API Call” module

Screenshot_2024-01-25_172846

with the endpoint Inserting a Document with Blob Data:

You can insert or update blob data using a non-multipart message, but you are limited to 50 MB of text data or 37.5 MB of base64–encoded data.

The link above has some examples of how to format the request body.

2 Likes