DMN - How to use dynamic attributes as rules parameters

Hi everybody,

I am designing rules over a dynamic attribute in my project using “+” syntaxe.
Is it the right way ? How can I achieve this goal ?

Here the error I have:

FlowableException: DMN decision with key note-org-capital execution failed.
Cause: Error parsing ‘#{submission.organization.+capital >10000000}’:
syntax error at position 26, encountered ‘+’, expected IDENTIFIER

Can anybody help?
Regards

Hi.
I am not sure that I fully understand what you trying to do, but if you try to specify which attributes the current attribute depends on, here is the documentation with simple examples.

Regards,
Natalia

Very helpful.

Thanks
Regards