I posted this in the general forum, but a couple of responders suggested this should be reported as a bug
I’m trying and failing to do something which I hoped would be pretty simple. I guess it is but I’m missing something. I have a table of data based on a reconciliationtask
data type which I am providing droplist filters for. One of the droplists maps to a Transaction Type
Option Set.
The droplist works on the page OK, but I cannot bind it to the constraint underlying the repeating group on the page. The other two droplists, based on text data, are fine.
Here is the droplist configuration:
…and here is what happens when I try to add to the constraint for the repeating group:
As you can see “Dropdown Type” is not available and has the message “incompatible type”. It feels to me that the types match, as the droplist is collecting “Transaction Types” and the filter is on the field made up of “Transaction Types”. What am I missing?
Thanks in advance for any help you can offer. I can change the underlying data types if necessary, but I assume there’s a way to solve it this way.