I have constructed a workflow that pulls kml data from URL and formats the data for a geojson insert for flight paths in mapbox however I am having difficulties pulling the data output from the workflow into a mapbox component in the Retool Mobile app platform. Can anyone provide some assistance with developing the solution?
Many thanks.
Hey @Augustine_Whitehouse ! 
Based on your post, it sounds like you're having trouble fetching the output from the workflow and connecting it to the Mapbox component in Retool Mobile.
I set up a similar workflow that returns a sample GeoJSON object representing a flight path.
Key thing to make it work: the workflow must return a response β without that, the app wonβt receive any data. Once the response is returned, you can trigger the workflow from the app and bind the returned data to the Mapbox component.
I'll share screenshots below showing the workflow setup, the response block, and how it's wired up. Hope this helps! 
1 Like
Ooo - thanking you, will try this. Thanks heaps
1 Like
@Augustine_Whitehouse Let me know if it works 