C# in BP, struggling to get a query working
I am struggling to get the following query running as a Code query. The full query is - using System; using System.Net.Http; using System.Threading.Tasks; using Newtonsoft.Json.Linq; class Program { static async Task Main() { DateT...