Working with Associated objects.

0
Hi there, As i understand it, there was a performance improvement related to associated objects, where it now only retrieves the reference and not the actual object when doing a retrieve on an associated object/list in 5.15. and 5.15.1. This is great, but now we can not use the debugger or some list functions where we have in memory retrieves. For example, filter no longer works with in memory retrieves and we can not see object values of in memory objects in the debugger. This hampers re-usability of microflows. Is there already a plan in the workings to fix this issue in the next release? Thank you
asked
1 answers
0

After further testing, it seems that filtering on decimals is what is causing the problem with the filter list function.

answered