Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Mar 28, 2022 08:45 AM
Hello-
Trying to add a button link that has a formula with another field that has the tracking number (FedEx) so when you click the button you are automatically taken to the page that tracks your package.
Thanks,
Scott
Mar 28, 2022 09:52 AM
Hey @Scott_Gardner1!
Welcome in!
So, you’ll need a field dedicated to the tracking number.
Then create a formula field and use this formula format:
'https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=' &
TRIM(
{Tracking Number}
)
I added the TRIM() function as it acts as a sort of defense against basic data entry errors if you’re copy and pasting, etc.
Here is the isolated link:
https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber=
The tracking number just fits at the end of the URL.
Mar 28, 2022 11:53 AM
This is perfect, thank you very much!!
Jan 12, 2023 02:49 PM
Hi would you be able to create one for USPS tracking? Thank you!