Hi,
Thanks in advance,
I'm trying to loop through all columns available in a single table single row. There are total 900 columns in that table. So I don't want to show data like `{{attribute.cr41c_id}}`. I don't know the column name. I just want to loop on every column and get the attribute property name and value. I'm using fetchxml to query and using <all-attributes/> tag to get all attribute but I can't run loop on all column. Loop is working only on rows.