Hi! I wanted to create a dropdown for each id generated in one of my records. How can I reference the values into the choice labels and choice values?
I thought about pointing to a constant of the record type column "id", but I´m not sure how to generate it
Thanks a lot!
Discussion posts and replies are publicly visible
Hi Carlos, If I understand well the use case, you just need to save a value that is taken for a dropdown to a field of the record, right?
Then what I would do is:
I hope it helps.