Solved

Creating Dynamic Links


Userlevel 6
Badge +1

My understanding is that there isn’t a way to create a dynamic link in Pipefy.

e.g. for the Dynamic content field we can’t add the dynamic content field into the link URL of the add link tool.

e.g. https://link.com/?var=pipefy-field

So I’m wondering if there’s something I’ve missed, or a way to potentially add a link via a text field with HTML or any way else around it?

Appreciate any thoughts.

icon

Best answer by genietim 26 May 2022, 08:46

View original

4 replies

Userlevel 7
Badge +12

I am not quite sure where you want that link to appear. A few ideas that work:

  • In E-Mail templates: use the HTML view together with dynamic fields to add the link just as described in your question
  • In a “Dynamic content” field: this actually accepts HTML, too, from another field. Say, you have a field “Pipefy_Field” which you want to have added to your link. You can use an Automation (trigger: on change of said field) that sets the content of a hidden field, say, “Hidden Link Pipefy Field”, to ‘<a href=”https://link.com/?var={{pipefy_field}}”>Your Link Text</a>’. Finally, use a Dynamic content field and set it to something including this “Hidden Link Pipefy Field” value. Now you got your desired link, easily accessible/clickable in the card.
Userlevel 6
Badge +1

Hi @genietim yes it was the Dynamic content field - your approach solved it.

One question: How do you make a “hidden link pipefy field” - is it just by adding conditional field parameters to hide it?

Thanks for clarification.

Userlevel 7
Badge +12

Hi @Keto-Faster , yes, you can make a “hidden field” by using conditionals to hide it (e.g. by having both the action if true and if false set to “hide field”.

Userlevel 6
Badge +1

Thanks @genietim makes sense.

Reply