Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How to show drop down from ref column and save user choice at the same time?

Hi community,

Just updated my post to make it simpler. I'm working with 3  2 datasets:

  • a. to read from
  • b. to write to
  • c. has one column "name" for user to choose from.

I need to do below things in action of clicking a button from detailed list of table a (if possible):

  1. show a dropdown of Enum column "name" from table c  b
  2. record user choice in table b - column "assigned_name"
  3. pass value from column "product" from table a to b

I have completed setting up a button and number 3 successfully. Could someone please help me with 1 and 2? Potentially need to set up ref column in table a? 

Solved Solved
0 6 281
1 ACCEPTED SOLUTION

Thanks for the help! I've figured it out by using LINKTOFORM() to pass value while creating a deep link within the row as well as saving user's choice in the form. 

View solution in original post

6 REPLIES 6
Top Labels in this Space