Hey all!
I have a user option that is a Yes or No. Based on that selection, 1 of two different items populates. Either a dropdown where they can select to reactivate an old title, or a text field where they can type out the name of a new title.
The dropdown menu name is - Dropdown1
The datacard for typing would be - DataCardValue9
I want to populate a 3rd field based on the data in the previous fields.
I need assistance as I am terribad with formulas, I know there would be three ways to achieve this.
1) Either use the True or False from the selection field and based on that select the data to populate. Ex. If False - use DataCardValue9. If true Dropdown1.SelectedText.Value
2) Straight up combine both columns 'Dropdown1.SelectedText.Value' + 'Datacardvalue9?' (not sure how to combine). With the idea that as long as there was no spaces in between only the non-blank value would appear.
3) Check if blank and display which one has data.
Any option that works I will utilize. Thank you in advance!