Closed
Pega Date
How set periodTo top row should be defaulted to periodFrom in next row.
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
Hi @TibinM09: I hope you have a page list in the screen. In such case, you can define add button actions to refresh section and run a Data transform. Tasks in the Data transform as below.
Note: this will work only if you need to add a last row. If your requirement is to add rows in between, then you should have logics to identify the index and write logic based on index.
Thanks.