increment the salary
I have one requirement for an entire table column. I created one employee table with 8columns(Employee Name and Employee Salary)
How to increment the salary of each employee based on joining date, using activity only?
Please suggest steps
***Edited by Moderator Marissa to update Platform Capability tags****

You can do the Obj-Browse and get the list of employees based on the joining date, loop through the results, and Obj-Open or Obj-Open-By-Handle each record and make necessary property changes and commit the changes.