Hello Everyone,
I have a SharePoint list which collects information from two different forms.
When the second form is submitted I want the "Status" column to be changed as "Email Sent".
I cannot use "Create item" as it creates a totally new item (row). I do not want that, I want to update the columns in the same item(row). So, I am using "Get item" with "Update Item" action. Usually the id in "update item" is related with "Create Item" action.
As I am not using "create item" , what should be the id of "Update Item" ?

Thanks in Advance for assistance.