I have a flow set up to take address from an excel table and geocode it. However every time I run this the error is Bad Request. AI seems to say I need to input JSON into the addresses field and not a string for the address, but still results in Bad Request. I can't find ANY documentation. So just wondering if someone here can help? Do I have to use Find Candidates first? That seems redundant. Thanks!!
Output shown below for Addresses is string from
trim(
concat(
outputs('CleanStreetPart'), ' ',
outputs('Directional'), ', ',
outputs('City'), ',',
outputs('StateZip')
)
)
