Combine answers from separate dynamic choices in one field.
Hello Everyone.
I have a relationship table that shows ingredients for a recipe. Some items may be from a recipe, some from items, and some from products. All are from separate tables. When I create a kit, I may choose from recipe, items or products (all have a separate space to choose from per line).
On the relationship table, I want it to give me the unit of the selected dynamic option (oz, each, page, for example) I want to have any of them show up depending on which one I choose so I can see it on the relationship table. Right now it's adding them together and giving me 1 because I use one per line. I'm was using the following code.
'Plant Unit' + " " + 'Recipe Unit' + " " + 'Item Unit'
I changed to the following code but it's not correct.
join(chosen(Tasks.'Plant Unit'), ", "(Tasks.'Recipe Unit'))
Can I get a little help on what code to use?
Thank you. Shawna
5 replies
-
Example. I want one field that says unit instead of 3 separate fields.
Content aside
- 4 days agoLast active
- 5Replies
- 21Views
-
2
Following