I’ve been scratching my head with this error that’s been occurring across a few points in my app and can’t figure out where the issue is.
I have a field on my form which is a ‘multidropdown’ response and it is tied to a ‘list of texts’. It’s also got auto-binding applied to it. You can see this in the below screenshot. So far I don’t think this set up is problematic.
I don’t know what it means by it’s not a possible option. When I click on the error is highlights the 'Fields to modify’ as the issue, but this is correct. The options are listed in Choices source, which is an option set. There is my confusion. I believe the fields above are filled out correctly - the field to modify is the correct field from the database, and the choices are an option set.
Why is this error originating and telling me that a file dot modify is not a possible option?
Often those are the kind of errors you might see if you’ve copied an element from another page, or another app, or deleted an option set, datatype, or field, and there’s some broken reference somewhere?..
Have you done anything like that?
Have you tried just turning off the autobinding and then turning it back on again?.. to see if the error persists
Or changing the option type to something else, then back again?..
But I’ve now learnt that the OSs need to match up with OSs as the data type, I didn’t expect it not to work with texts, but it makes sense upon reflection