Dethras
Dethras
The idea is to ease the process during a session, since I primary use this during my dnd sessions, and would want to copy the stat block into my OneNote....
Thanks a lot for the swift update. I assumed that it was by design, but didn't know for sure. The IncompleteAddress would help if it possible.
Hi @andrueastman 1. This is for the entire `batch` request (For the _https://graph.microsoft.com/v1.0/$batch_ call) [Note: For each individual request it is already supported through `BatchRequestStep`] 2. It is possible through...
@andrueastman Apologies for the late reply. Here is how I am currently doing it using the `BatchRequestContent ` and it's `ToPostRequestInformationAsync` ``` var batchToProcess = new BatchRequestContent(graphClient, ) var requestInfo...