I have a node that returns Task, and I have the Task node type set in my settings but I don’t see any option to get the Task.Result.
Task.Result Property (System.Threading.Tasks) | Microsoft Docs
How can I get the result of the task, and not just the task itself, with VS?