Follow the below steps for your better understanding,
→ Use the Excel Process scope activity inside of it insert the Use excel file activity.
→ Give the path of the excel file in Use excel file activity.
→ Inside Use excel file activity, insert the Find/Replace Value activity. Select the Find value from dropdown.
→ In Value to find field give the “CC#:” and create a variable called FoundCell in the Found at field.
→ After that insert the Assign activity and give the below expression,
→ After assign activity, insert the Read Cell value activity to read the value beside the cell value of “CC#:” and store the output of Read cell activity called OutputValue.
→ After Read Cell activity insert the If activity to check the condition, give the below condition,
OutputValue.Equals("12345667890")
→ Inside then block insert the write cell activity, to write the ****** in the found cell.
Check the below workflow for better understanding, Sequence1.xaml (14.4 KB)
You can use attached .xaml I have used linq for achieving the expected output just pass default value(Small Case) in the variable panel variable name “str_Name”