Skip to main content

I’m looking to replace part of a url with a new id that will come through a field in a google sheet. 

The url roughly looks like this: example.com/wp-admin/post.php?post=15038&action=edit and I’m looking to replace that post id with a different one.

Is there a way to do this with text formatter? 

Hi @lmarins 

Good question.

Is the value you are trying to replace in the URL static or dynamic (changing)?

If the value is static, then you can use Formatter > Text > Replace


@Troy Tessalone oh yes that worked thank you!