Formula Card - Dynamic table binding
Has anyone successfully used the Adaptive Card Table element with dynamic rows in a Copilot Studio Formula Card?
"rows: ForAll(Topic.ParsedData_records, {...})" renders the table, but field values (e.g., DataID) are displayed as property references instead of actual values.
Is dynamic binding within TableRow [ ] supported, or is there a workaround? Thanks!