Adding information to the body of an API call

Hi @evanhouten Thanks for reaching out!

I'm not sure how you have the rows set up, but I'd recommend using a listview with a dynamic length of rows. Let me know if you have questions about using a listview! I am imagining it similar to this temp state suggestion

Then, you can map over the listView data to create your body text. For example, I have two rows that I am mapping over in my transformer to create an array with 2 objects:

With this implementation, you won't have to worry about not having enough rows or having too many rows.