Hey community! We are struggling to create a HubSpot Ticket Form that has a dynamic dropdown field showing all tickets from the chosen pipeline. This is made for tickets association.
We managed to set an API integration to scrape all existing tickets and add them to a Custom dropdown property “Tickets list”. But the form itself is not updating the new tickets in the list.
We want to avoid custom form creation. Is there any trick to force HubSpot to update this field in forms?
We tried creating a dummy form with this field and submitting it via script with a small delay after the script is performed, but it does not update our form dropdown with new tickets.
Appreciate any working resolution!