Our Salesforce team can only pass us a list of product names (with a variable number of products listed). We need to use that to create a dynamic table in the template that includes a column for the product name and a column for the product description (about a paragraph of text). Salesforce can't pass us the product description so we need to be able to map it to the product name (there are 10 possible product names). Is this possible in a dynamic table?
For example, through fields in an SF object, the SF integration can pass Ironclad a list of variable length depending on what the customer is buying ("Product1, Product2, Product3..."). We know how to link that to a dynamic table and create a table that looks like this:
Row1 | Product1
Row2 | Product2
Row3 | Product3
But we also need to have a column for Product description. Salesforce can't pass us the product description at this time (yes technically possible, but we can't set it up anytime soon), so Ironclad needs to know what paragraph of text to includes in the row for each product name. We'd like to end up with this table:
Row1 | Product1 | Product1 Descriptive Paragraph
Row2 | Product2 | Product2 Descriptive Paragraph
Row3 | Product3 | Product3 Descriptive Paragraph
Is this possible?