Hello,
I have what seems to be a simple request. My 'items' formula for dropdown is coming from SP data source and it is
Distinct(AutoData,ParentCode)
- which works fine(to get values from 'ParentCode' SP column). User needs to be able to select 'Other' at the bottom and I am struggling to add this option to the formula above. Updating SP list is not an option as list is dynamic and then I have to worry about sorting so that 'other' appears at the end of all options.
Thank you for your help.