I’m currently trying to create a dropbox list of items that shows a list of sectors from one data type and then the default value is from another datatype. The idea is that there will be businesses on one data type and there will be a sector option which is fetched from one data type and then stored as the sector type for that business.
I think that you just need to complete the default value with Sector’s name
I believe that Candidate Sector is a Field of Type Sector. So you have the same data type using this way.
Which type of field is “Sectors” in candidate app?
You should use Sector for data type. But according to your screenshot, I guess this is set to Text or something like that right?
This is why it doesn’t work.
You can
A) change the Sector field in Candidate to be of type Sector instead of text
B) change the dropdown Type of choice to be Text instead of Sector.
Sorry I put the field in the ‘Sector’ data type instead of ‘Candidate’ by accident. This now works thank you! However, I’m having trouble saving it to the field now! Any ideas?