Getting [object Object]

Hi,
I I have a table with a repeat region repeat feature works well, however some of the database fields are not displayed on the page and what shows is [object Object].
image
I have lots of repeat regions and this is the first time I am getting this error. not sure what to do as the [object Object] text on the page only appears with only 2 database fields.
Is there anything I can do to fix this issue?
Thanks
Juan

Hi Juan.

I was researching something similar on the forum yesterday and saw two main answers come up:

  1. You are selecting the parent of a query in the dynamic binding rather than one of the values itself (i.e. query1 instead of selecting user_name

  2. You have an object name or id that is being repeated somewhere else on the page and it’s causing this [object object] error.

Hope that helps.

Phil

3 Likes

Hi @Philip_J,
Thanks for your feedback! it was number 2:slight_smile:
regards
Juan

No worries… I’m just glad I’ve actually been able to help someone here for the first time instead of always needing help :grin:

2 Likes