Does anyone have any ideas on this?
Hi Steve,
I am not completely sure if there is another way, but have you looked into using custom objects?
Lookups to Custom Objects : Freshservice
This won’t exactly populate the fields as I imagine you want, but at least it would display the options (could be 1 only choice to choose from) to populate those fields. So seems like there would be some extra clicks to do, but sounds like it could solve your issue.
Another way using the same thing would be to not have the fields in the form, but you would select the location from the dropdown and then through the automator you can read from the custom object and display that on the ticket so if you select location X then there is nothing else to fill, but then when the ticket is created on the note you could have the automator print for location X the address is Y.
If you don’t want to use custom objects, but you have the locations with addresses created as Locations, you can use that as a data source on the dropdowns in the form and then through automator you can get the info using API web requests to print the information on the ticket as well.