You are viewing limited content. For full access, please sign in.

Question

Question

Uploads inside a Forms Table

asked on February 18, 2022

I am trying to create a forms table for uploads that allow for some metadata associated with each upload. It is saving the metadata of each (row) entry in the table to each document entry in Laserfiche.

What is the best way to go about this? Do I pass it all to a workflow to separate. How do I pass the documents to the workflow to match with the correct metadata?

0 0

Replies

replied on February 18, 2022

There is a secret way to do it not visible in the interfaces. Choose your variable from the table, IE TableName>VariableName. This will put all values seperated by semi colon by default.

Now manually type [ROW()] right before the last } character

So it looks like {Table>Varaible[ROW()]}

Now it will pull only the value from the associated row of the table for each upload matching the right data with the right upload.

Also works for collections

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.