General procedure is taking time to generate excel based on SQL Query results if i use launch,Write and save ( taking 15 Secs) and one more issue is after writing into excel and excel is converting text as numeric if query results is alphanumeric but i want the data in excel as it is in query results.
Please help me with below flow.
1) Call the cloud flow from desktop using webhook ( Invoke Webservices)
2) Cloud flow should execute the query
3) Create a excel based on SQL Json
4) Send response to desktop flow with excel file ( where i can download directly with using the invoke webservices in Desktop flow )