Is it possible that you have a component in the same scope with the name link. Try {{json(link)}} as expression, it should format it as json and could help us figure out what the second object is.
Thanks for your time, partricks comment re link scope sent me in the correct direction.
It appears that the name “link” was the problem, i assume an object conflict with the HTML “link” tag
Changing the field name to “forumlink” solved the problem
Thanks for your time on this one, i should have thought of that myself
Yesss this fixed my issue!I couldn’t get a download button for each table row to work, because I got the object object thing… Now it is fixed. Thanks for sharing
I was literally pulling my hair out with the same issue with a conditional on a variable yesterday, took me hours to figure out. Turned out the variable id was the same as an AppConnect name/identifier in a parent repeat. Goes to show how important naming conventions can be.