Hello Everyone,
I am using the list to Show Some values Eg( Name ,Type,CreatedBy .....) and in a row am having one link as Duplicate while am clicking the Duplicate link it should create a Same Record above the Row but the Name Should be (Name+Duplicate).anyone Help me out Here
Thanks and Regards,
Ramesh Pugazhenthi.
Hi Ramesh,
Please see below post-
https://www.outsystems.com/forums/discussion/62292/copy-last-row-editable-table-widget-function-duplicate/
This will help you.
Regards
Rahul
Hi Ramesh
It depends on what is your list's source Record List.
If it's a aggerate from an entity you can link to a server action(ajax submit) like the image attached.
Get the data from the source and change name attribute, then create a new record.
Also, you need to refresh the data and table list.
Hope it's help.
Best Regards