I am writing a logic app to to execute SP and return result and based on the result i am builing the Kusto Query till here it's working
after this step i am generating CSV table out of the result set and in that one of the column should be from kusto query how to return result from executed query result to csv column value ?
any thoughts on this ? one more complication is
when i execute kusto query it's a forloop so i wont be able to get one item a time any suggestion on how to resolve this
exportcommand that does that for you? docs.microsoft.com/en-us/azure/kusto/management/data-export/… - Yoni L.