How to Sort Non persistent Entity based on persistent Entity attribute

0
Hello, I am trying to sort List of entity A based on attribute "Type Id" which is in entity B (see below image) in microflow. How can I do this? Please help.
asked
1 answers
0

You cannot, a better way of doing this is probably to copy the Type_ID into your EntityA object while setting the association and sort on that instead.

answered