Using the Replace action
- Updated: 2025/11/17
Using the Replace action
Use the Replace action to find cells that contain a specific string and replace it with another string. This action supports .xlsx, .xlsm, and .csv files.
Procedure
Consider a scenario where a financial
analyst must update all occurrences of the value
1500 in a sales report
spreadsheet to 2000for accurate reporting..- Double-click or drag the Replace action from the Excel node in the Actions palette.
- Click the From drop-down menu and select Beginning.
- Click the Till drop-down menu and select End.
- In the Find field, enter
1500. - In the Search options field, select By rows.
- In the Replace with field, enter
2000. - In the Session name field, enter the name of the session used to open the workbook with the Open action.
- Click Save.
All cells containing
1500in the Excel spreadsheet are replaced with2000, ensuring the updated sales report reflects the accurate values.