I want to push a markdown table on google doc markdown area via clay. I have a list on clay. How do I do a 'for each' for each element on the list, I want it displayed as a row in the table. How do I make this work dynamically?
You can achieve this using Clay's "Write to Other Table" feature combined with the Google Docs integration. Step 1: Use Write to Other Table for list mapping ** Add the "Write to Other Table" enrichment to your Clay table ** Select the column containing your list ** Map each list item to individual rows in a destination table Step 2: Create your markdown table in Google Docs ** Use the Google Docs integration with the "Create Doc" or "Append text to Doc" action ** In the document content field, format your data as a markdown table using the mapped rows *Alternative approach: Send table data You can also use "Send row for each item in a list" which flattens your list into separate rows, then use those rows with the Google Docs integration to build your markdown table dynamically The Google Docs integration supports markdown formatting, so you can structure your table content accordingly
Hi Sunny, Do you mind sending the link (url) to the table so we can take a look?