Hello @AlexE ,
Yes, in my database the two are stored in separate fields.
I’m using PDF conjurer plugin to generate a PDF file.
Inside this pdf I have to display the content of the repeating group that’s on my page, so what PDF conjurer let me do is : select repeating group and choose the thing I want to display, so basically I can choose User’s firstname, or User’s lastname, but I can’t choose User’s fullname because I don’t have that field in the database.
So I thought maybe I could use a custom state to store the list of full names, and loop on it instead of looping on repeating group content.
When I’m inside PDF conjurer, I can see that I can select custom states to loop on so that could work.
But I don’t know how to put the full names inside my custom state.
Could you please help me ?
I was able to create such lists but it was triggered by the user click : I had a repeating group containing checkboxes icons and when the user clicks on an itme, it adds or removes the item inside the custom state list. But in this case, the custom state list has to get generated without user clicking…