I have multiple HTTP request nodes that have in the node somewhere a URL. I have this URL in similar nodes across multiple workflows.
In MySQL I can use things like
UPDATE xxxxxx SET xxxxxx = REPLACE(xxxxx, 'https://xxxxx', 'https://yyyyy');
Can I do something similar across all of my n8n flows? IF so whats the best way to do this?
Im using Postgres