Hello I’ve never setup a recursive workflow before and am hoping someone can point me in the right direction and provide some guidance. Here’s what I’d like to do. If it were on the front end it would be as follows:
“Do a search for [database type]” then “find and replace” “X” which is constant with an empty text. So effectively I’m deleting all “X” within a database “type”.
The recursive workflow should run until all “X” are found and replaced with nothing (deleted) and stop when there are no more “X” within the database “type” being searched for.
Hopefully this is enough information and straight forward enough