Getting numerical value from Radio Buttons

Hi!

I don’t know exactly how to express the questions I have, so I’m gonna put everything on pics here. My app should get responses from users and from those answers it calculates their professional profile. The only way I could get the values from the radio buttons was with this workflow:
image
image

But when I click the button, the attributes change for every user

How can I prevent this?

(I know my question is a bit messy, but, I really tried)

Hi there, @anon16767833… at a high level, it looks like the issue could be that you are making changes to a list of things instead of making changes to the fields for a single thing. Shouldn’t you be changing the radio button field values for a single user’s profile?

Best…
Mike