Order a list within a list

We’re trying the following thing:

We have a list of “employmentId” within embedded.

With a repeat action we can separate these employmentId to a singular one.
But the problem is within the employmentId there is another list of ‘‘payrollcomponent’’. We need to save the key and value combined with the right employmentId.

Can you guys think of a way this would be possible?

Hi Kenneth,
I think the only way to solve this is to add an incoming WebAPI where you can post both the employmentID and the two payrollComponents.

However, I’m not entirely sure without fiddling around with it myself.

I think we used a concept like this in the AFAS interface.

Hi @kenneth.seraus,

You could try the solution listed here: https://community.triggre.com/t/sort-list-in-post/719/9?u=jesse

Hope that provides a solution.

1 Like