Forum Discussion

jpol's avatar
jpol
Qrew Member
6 days ago

File Attachment to Multiple Units Pipeline

Hello Everyone,

I am looking to see if there is a solution for uploading files and having them auto populate records on a join table that links my sales order units with document files. I would like to know if it is possible to have the file attachment text contain the necessary info for a pipeline to read and perform the needed tasks. here is what i am currently trying.

using file manager plugin i upload docs through sales order table(projects table)

then it uploads to its documents table

testing a pipeline that can read unit# on the attached file once it is uploaded however i seem to get an issue when pipeline goes to create the records in the docs join table, the error message is below so at the moment i cant even tell if it can read the unit# and create a link for each unit per attachment.

Validation error: Incorrect template "{{b.id}}{{b.related_sales_order}}". ValueError: invalid literal for int() with base 10: 'id'

  • Can you clarify if you are trying to use data in the name of the file attachment, or text within the document?

    • jpol's avatar
      jpol
      Qrew Member

      Hi Mark,

      trying to use data in the name of the file attachment... i do have formula cells that classify the document type based on abbreviations in the file name however i am trying to see it can trigger uploaded records to a project on a separate join table so it connects certain files to multiple units within a project. (not all units in a project have the same blueprints in example.) Units also has its own table

      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend

        The low tech solution is to make a field in native Quickbase to calculate the [Unit#].

        Can you post what the file name syntax looks like and I can help with that formula to parse out a clean unit# field from the file name.