Hello @vini_brito ,
So far I’ve enjoyed your plugin a lot and I’ve been able to build a robust PDF just following all the thread discussions across multiple topics. But at the moment, I’ve been facing a particular issue I’ve not been able to overcome. Let me describe what I’ve trying to do.
I have a PDF model (client side) and I’ve setup multiple texts. So far so good.
Then I’m trying to create a bundle of elements (multi-column sections, texts, etc.) multiple times depending on the size of a list. Here is where I come across a problem.
Trying to solve this client side using (home made) iterators, I get a bubble error stating I cannot make circular calls of workflows either directly or indirectly, so I tried the back-end workflow approach.
In this approach I’ve setup the PDF Initialization and created several texts successfully, but then I come across the same problem, trying to call another API workflow on a list is a nightmare. I do not find a way to pass my progress as an argument to the API workflow so I do not lose what I have so far.
So, summarizing what I’m trying to do, is I need to be able either to pass the PDFModel with everything I’ve setup con client side to the server to be able to iterate through the list of elements and create my bundle of elements to finish my document, or to be able to do the same but all of the time being on server-side.
Do you think this is a feature that already exists but I’ve not been able to find? Or is it something so complex that is not in the scope of the plugin at the moment?
P.D. Great work with the plugin/support so far!
------ EDIT ------
Found the solution using another one of your plugins: " SimpleLooper". If anyone needs help implementing the solution I suggest do not hesitate to comment here or contact me.