Formstack - inserting images and merging multiple child tables
Hey everyone! I've got two issues in trying to finalize a pipeline with Formstack documents. 1. Does anybody know how to insert an image within a table? I know how to get it working for inserting an image somewhere in the document from the main Quickbase record, but not for each line item of a child table. 2. And, I'm also trying to figure out how to get it set up to merge multiple child tables. For instance, currently I have it set up to loop through child records like invoice line items, but I also need it to be able to loop through items from a child schedule table. I've looked around quite a bit in the documentation on QB and in Formstack and haven't really found anything to help on either subject. I'd love some guidance. Thank you! #Formstack #Pipelines #mailmerge ------------------------------ Elena Larrabee ------------------------------9Views0likes0CommentsFormstack merge tablerow function
Hey everyone, hoping somebody can help me with a Formstack issue. I can't seem to get the tablerow function working properly. I currently have it set up like this: Area Qty Item(s) Price {tablerowfrom=$pull_list_items item=_lineitem} {$_lineitem.area} {$_lineitem.quantity_proposed} {$_lineitem.description} {$_lineitem.total_item_price_qbmerge} {/tablerow} But, I keep getting this error: Error merging document (word/document.xml): Syntax error in template "string:{foreach from=$pull_list_itemsitem=_lineitem} " missing 'item' attribute I've also tried replacing instances of _lineitem with _pull_list_item but got the same error message. Does anybody see what I'm doing wrong? I'm trying to import rows from a table called Pull List Items, single records are called Pull List Item. Also, on a related note, does anyone know if it's possible to insert line items from two different child tables on the same merge? Currently on my traditional mail merge document, I import rows from a schedule table as well as line items. Thanks everyone! #Formstack ------------------------------ Elena Larrabee ------------------------------39Views0likes0Comments