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
income
through view „onboarding" in tableuser data
, filtere-mail is signed-in user
is active in view - table
options
calculates 4 different shares (25/50/75/100) ofincome
in one column and displays it in view „pick options" through choice component, filtere-mail is signed-in user
active - table „user data“ stores „income share“ after user selection
Problem:
- I collect the
income
fromuser data
throughsingle 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