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...
Thank you so much for your help with this! Was my first time using code in BP and I just couldn't see where it was going wrong, your solution made perfect sense and worked exactly as needed. ------------------------------Neil Odwyer------------------...