My app is a job board. I would like to have the option for user’s to save jobs. I’ve created a field of type “Saved Jobs” that contains a list where I would like user’s to be able to save jobs. Firstly, have I got the right setup for this? And if so, how do I actually save the job to the list?
You are not changing a list of things, you are changing a single thing: The Current User. So rather than using the “Make changes to list” action, you should use the “Make Changes to a Thing” action.
Then, you would choose “User” as the type of thing. In the next box, you specify “Current User.”
Finally, you click the “Change another field” button, and choose “Saved Jobs.” Then, you would use the “add” operator to add Current Cell’s Job.