I have a summary page(task form) displayed to the user before he submits a reque

I have a summary page(task form) displayed to the user before he submits a request and need to display the collated task information displayed as tabs in the summary page. If you were doing this in jsp, you would just iterate over the task object and dynamically render the tabs at runtime. Is there a equivalent way of doing this in appian task forms. I have currently created 10 tabs(that would be the maximum), and have written condition to show/hide the tabs based on an expression functions which again checks the array size. However I have to define all the fields in the different tabs, one by one, since there is no way to copy and paste form components within tabs and it is a big pain and not a scalable solution. Is there an better way to accomplish my requirement? We don't need mobile support, so portal forms would suffice....

OriginalPostID-94121

OriginalPostID-94121

  Discussion posts and replies are publicly visible