Get multiple values from List View's Component

I have tried to use GUI, but i can't find the value of each component. i created tempArray variable the idea is for me to be able to add more indexes.

I need to save multiple ingredients added in list view component into postgres db, but i'm not sure as i can't get all values available inside list view's component

2 Likes

Found workaround.

  1. Enable instance values
  2. {{listView.instanceValues}}
    image
    image
1 Like

Hi @adigunawan, welcome to the forum! :wave:

Enabling instance values is the best practice for accessing the value of an input component within a repeatable.

Here is our doc on it, in case anyone else would like to learn more:

Thanks for updating this topic with your solution.

Happy building! :hammer_and_wrench: