Hi, I’m trying to build a job board.
When a user submits his application for a job, he creates a new application related to a job post.
If the client accepts him, I need to automatically change all “selected freelance” fields of each application entry with the current user value.

Currently, the workflow I have settled changes only the first application data entry.
I also tried to create two similar processes “make a change to Applications”. In the first one “Applicant=Current user” and the second one “Applicant<>Current user”.
With this process, I was close to the solution, but it changes only the first and last item.
I’m looking for a solution that changes all the “selected freelance” field of all application entries with the same value.
Thanks


