amazing thank you, so i should put the same ‘full name’ from the lopping action 7 in both client1 & client2 like in this?
You’re welcome, @MAIN MORT! 🤗
Ah, yes Ken is quite right. If you map the same field to two different fields like that, the same value will be added to both of those client fields on each of the loop iterations.
Are there always going to be a maximum of two clients that you would want to add to the same client agreement? If so, I think you were along the right lines with your first approach of using Formatter actions to split the client details. But it’s a Formatter Utilities action you’d need instead of Text, and you’d want to get rid of the Looping action if you’re only wanting to generate one client agreement—sorry for not picking up on that previously!
Assuming the client details are being output as line items by the Acre app you could use Formatter’s (Utilities > Line-item to Text) action to split the client details into two separate fields. That way you wouldn’t need the Looping action and could just map the individual fields from the Formatter actions. You can learn more about how to use that type of Formatter action here: Convert line items into text strings.
Hope that helps to clarify the approach needed. If you give it a try and run into any issues do let us know!