Thx for your reply @hassang . It didn’t work for me, here is a bit more context.
I am using version 7 and my table has to have type String inputs, also I am using only DMN table, which I will call via Feign client from inside Java application and I will map Camunda’s response into an ebject that I will use later down the line. Attaching my table for reference and the error taht I’m getting.
Error: FEEL/SCALA-01008 Error while evaluating expression: failed to evaluate expression ‘some x in requested, y in booked satisfies x = y’: expect List but found ‘ValString([AAA])’
In your decision table, the below expression should be used for the output entry some x in split(requested, "#"), y in split(booked, "#") satisfies x = y