Find and Replace
Finds and replaces text in a Google Spreadsheet.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Spreadsheet Id - The ID of the Google Spreadsheet where the find and replace operation will be performed.
- From Cell - The starting cell of the range to search in (e.g., "A1"). Used when targeting a specific range.
- To Cell - The ending cell of the range to search in (e.g., "Z100"). Used when targeting a specific range.
- Find - The text to search for in the spreadsheet.
- Replacement - The text to replace the found text with.