Hi @HELZMOTH_BJ
Try this,
Use Read Range to load the data into a DataTable, then use For Each Row to loop through the rows. Check the value in the first column (e.g., “Input Details”) with an If activity and update the corresponding value in the second column using Assign. Finally, use Write Range to save the changes back to Excel.
Or will provide workflow later.