I am working in Laserfiche Cloud 12 (Forms + Workflow) and need clarity on platform capabilities around Forms tables and Lookup Tables.
Use case:
A form contains a Forms Table with multiple items (each row represents one item).
I would like each row in the Forms Table to be inserted as its own row in a Lookup Table when the form is submitted.
What I have observed so far:
-
There is no Insert Row / Update Row activity in Cloud Workflow.
-
The For Each Row activity appears to be designed to iterate over Lookup Tables or Business Process tables, not Forms tables.
-
Forms table rows do not seem to be exposed as a row collection that Workflow can loop through.
-
Lookup Tables appear to allow writing one row per task, mapped from single-value fields, but not bulk inserts.
My questions:
-
Is it supported in Laserfiche Cloud 12 to insert multiple rows into a Lookup Table from a Forms Table on submission?
-
Can For Each Row iterate over Forms Table rows, or is it limited to Lookup Tables / Process tables?
-
If this is not supported, is the only Cloud-supported approach:
-
one submission = one Lookup Table row (using single-line fields), or
-
redesigning the solution to avoid Lookup Tables for transactional data?
-
I want to confirm whether this is a platform limitation by design, so I can redesign the solution correctly rather than chasing unsupported patterns.
Thank you.