Partially paste
Posted: Mar 4th, ’23, 15:32
Hey all 
I'm trying to find out if it is possible to partially past something from the clipboard, or to partially use a text input.
For some context, for reservations we send out a link for customers to verify their details, but for the back office of this, we use a different link.
So customer will get this link: company.com/en/confirmation/123456789-987654321-123456789
And we use: bo.company.com/view/confirmation/123456789-987654321-123456789?=view
I would like to make it (if possible) so, that our CS team can just copy the link we sent out, and use a Fastkey to open the BO link.
So something like this:
Would this at all be possible, and if so, could someone help me on the way to creating this?

I'm trying to find out if it is possible to partially past something from the clipboard, or to partially use a text input.
For some context, for reservations we send out a link for customers to verify their details, but for the back office of this, we use a different link.
So customer will get this link: company.com/en/confirmation/123456789-987654321-123456789
And we use: bo.company.com/view/confirmation/123456789-987654321-123456789?=view
I would like to make it (if possible) so, that our CS team can just copy the link we sent out, and use a Fastkey to open the BO link.
So something like this:
Code: Select all
%INPUT_Link%
Get last 36 characters of %INPUT_Link%
Run, https://bo.etc/36characters?=view