Create two data row in one datacollection by one owner (ID)

Hi Geo,

yes, similar to Reviews, i’ll email you to continue the discussion :wink:

Shlomi

Hi Shlomi ,

Good day!
Could you please do check my work?

The highlighted code in yellow is the code I insert in the member login page code.

and I got this error in console


Could you please look at this?

Best Regards,
Geo

Hi Geo,

if i understand correctly, you have added this code under the site tab, not for a specific page, meaning it is loaded on each page load (and performance impact). is that what you meant to do?
if so, writing a code that access a dataset will require you to setup such data set in each page.

some of your site provide general info, while some of the pages are around registered doges. if you are using the site members feature, use members are in your site and members only pages

Shlomi

Hai Nayeli, i have some trouble in my code.
i wanna ask you little question.

I have data collection like this :

±----±-----------±----------+

| ID | Company ID | Name

±----±-----------±----------+

| 001 | A001 | Michele

±----±-----------±----------+

| 002 | A001 | Diego

±----±-----------±----------+

| 003 | B001 | Angela

±----±-----------±----------+

| 004 | C001 | Robin

±----±-----------±----------+

Can you help me to find way, how to show the data if i login with ID 001 or 002 and the same times i know the member with the same company ID