An error occurs when I use 2 dynamic components

I want to create 2 horizontal cards in my 1 screen. , I am currently studying. An error occurs when I use 2 dynamic componets.


card.aia (37.5 KB)

Try this logic

  1. Create a VA with id (join (VA global id) in VSA
  2. Create a HA with global id in VA with id (join(VA global id)
  3. Create a card view with id (join (cv1 global id) in HA with id global id
  4. Create another card view with id (join (cv2 global id) in same HA with id global id.
  5. Create a space with id global id in VA with id (join ( VA global id))

You will get succeed.

Remember., You must create the HA in VSA… then only you can scroll it down or app.

2 Likes

try this…

card.aia (37.5 KB)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.