Hey guys,
I want to reuse the user-specific data collected through the onboarding in table user data for some calculations in the glide table options. Options will be displayed in the choice component. Selection of the user will be stored in user data
Setup so far:
- store user-specific data
incomethrough view „onboarding" in tableuser data, filtere-mail is signed-in useris active in view - table
optionscalculates 4 different shares (25/50/75/100) ofincomein one column and displays it in view „pick options" through choice component, filtere-mail is signed-in useractive - table „user data“ stores „income share“ after user selection
Problem:
- I collect the
incomefromuser datathroughsingle value, unfortunately it collects not the user-specific value but only the one of the first entry in user data.
Question:
How can I get the user-specific income data in the options table?
Is user-specific columns a relevant option?
Thanks in advance
