Hi everyone!
I’m trying to make a url open for each of our clients. All clients have a different URL, but I’d like to do it from the same button.
I tried some formulas and lookups but nothing worked
Thank you for your help!
Here’s the doc:
Hi everyone!
I’m trying to make a url open for each of our clients. All clients have a different URL, but I’d like to do it from the same button.
I tried some formulas and lookups but nothing worked
Thank you for your help!
Here’s the doc:
Hello @Jay_Lefebvre!
This should be an easy solve with the Lookup formula!
Try updating your Go To Calendar button to the following:
Lookup([Calendar Clients],Name,thisRow.Name).[Link to calendar]
Thanks,
Bobby
Thank you, it worked!