I have multiple rows from Airtable with a “Variable” column. This is a prompt library we curate to optimize our LLM prompting. The output is 13 bundles and I want to flatten to 1 dictionary/object.
Does this require customJS?
I could use setVariable and loop through each bundle to get first non empty value but would be an ugly hack.