Question
IN
Posted: Jul 17, 2025
Last activity: Aug 5, 2025
Last activity: 5 Aug 2025 8:42 EDT
Capture Signature in a Repeating Grid Table/ Page List
I have a requirement to capture multiple signatures in a repeating dynamic layout. However, I am not able to get it. when I am trying to add signature for the second row, pega capturing/ copying the first-row signature. Is there any way to capture the multiple signatures, in order to use it further.Please suggest a way to do this.
Thanks,
Sumanth
***Edited by Moderator Marissa to change type from General to Product, added Product details and Capability tags***
To see attachments, please log in.
@SumanthB16988892
Please check following:
1. Use Page List as Data Source
Ensure your repeating dynamic layout is bound to a Page List structure. This allows each row to maintain its own data context, including its own signature field.
2. Configure Signature Field Correctly
Each signature capture control must reference a property within the Page List item, not a top-level property.
3. Avoid Shared Controls
Do not reuse the same section or control instance across rows unless it's properly parameterized.
Use autogenerated sections and ensure the signature control is embedded within the row-specific context.
4. Check Layout Configuration
Repeating dynamic layouts using page groups do not support CRUD operations
Use defer load and visibility conditions to optimize rendering and avoid shared state issues.