return string result from async Task
Budget: $10 – $30 USD
I have two functions where the first function sends command to an async Task and instead returning the result to the first function, it does return "System.Threading.Tasks.Task`1[System.String]". I need this fixed so it will return the string of the async Task to the first function.