Please explain the error "Missing value of required parameter 'asset_column'."

SeaTable Cloud Enterprise

I am trying to upload a PDF to a column (type “file”) via make.com using the SeaTable Rework “Upload a file/image” module. The process:

  1. An order number is extracted from an email using a text parser/regex.
  2. The result (an order number) is used to find a specific row in a table using the “search rows” module from ST Rework. See screenshot:
  3. The row ID returned from step 2 is used in “Upload a file/image” module to identify the row where the file is to be uploaded to the “Rechnung” column. See screenshot:

Every time I run the scenario, I get the error “Missing value of required parameter ‘asset_column’.” in the “Upload a file/image” module scenario.

Can anyone explain what is causing the error?

PS. I have also tested the “image” column and, although this successfully uploads PDFs, they are not accessible from within ST itself.

Hey webdienste,

Please deactivate the “MAP” button for “Column (Image or File)” and select the column manually:

In fact, the make.com app will expect a value like <column_name>__<column_type>.

Best regards
Christoph

Hi Christoph,

That solved the problem. Thanks!

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