@SrinidhiM YES I use the second logic its working. but ID number is coming like this 46834664.i attach the screenshot below .but i want the numbers should be ID-1,ID-2.
@nagar16730416 The Property that you are using for the ID is Decimal/Number so it is not accepting the alphanumberic character. You can try out any one of below two options:
Also as the original question about the Database column population was fixed, could you please provide details on how you fixed it and mark this question with Accept Solution?
@nagar16730416 Then you might need to change the ID property to Text , that will resolve your requirement. Also, please check the links provided @MarijeSchillern that is according to your requirements
Obj-open-by-handle using the key of the record you wish to update (Fetch the key based on the requirement - for e.g if you are editing from table layout in UI record by record, your Key should be available in the row Primary)
set the updated properties
obj-save with write now (please use ootb activities like Save-Page to commit instead of methods)
These are the steps to be included in the activity, Please check Savable data pages instead of activity