Skip to main content

I have a dynamic field on my input screen and I would like to be able to reference the key or label of the input field from the bundle so I can use that to determine what field to look up in my trigger.

For example if the user clicks on a dynamic field that looks up lead sources, it fires my dynamic field trigger, and in my trigger I would like to reference the name of the field (not the value) that called the trigger so I can pass that as a query parameter to the trigger API call.

This way I could prevent having to create a unique trigger for every single dynamic field that I want to look up.

 

 

 

Hi @jb_74 ,

 

It is advisable (for simplicity) to create unique triggers for each dynamic dropdown field. When sending an API call, you can only reference the field value and not the field name, so you would have to create unique triggers for each dynamic dropdown field here.

 

Hope that helps?

 

Cheers,


Thanks Osas.  Thanks for the clarification.


Reply