I have a Collection called jobs, and I have it linked to a page where I display all the jobs in a repeater. This data set has a number of items, including the job description. I can display all the fields properly in the repeater, but I need to connect a button on the repeater such that when the button is clicked, I append to the item ‘applicants’ (which I have set to an array in the dataset) the currently logged in user’s email or userId. What would be the best way to go about doing this? setFieldValue seems like it would completely overwrite the array, which is not what I want.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Repeater items | 11 | 279 | December 2, 2020 | |
Update a field in a repeater that's not connected to a dataset | 4 | 161 | April 13, 2023 | |
Linking Repeater item to Dynamic Page | 1 | 201 | August 23, 2023 | |
Get item field of dataset | 0 | 186 | June 18, 2019 | |
Getting the item currently showed by dataset | 2 | 135 | June 23, 2021 |