I have a situation in Forms where I need to populate a calendar and a map based on previous field data.
When a record is selected from the look up field, it fills out related fields, that are subsequently used in the calendar and map generation Custom HTML requests.
I need to delay the Custom HTML request from completing until the previous fields are populated so that it properly returns the web results.
I am also using Google Maps API for the web calls, if that matters.
I am using Forms 9.1.1
Any suggestions?