I fixed my case by removing typeof(object) from red line below and I am able to get the result into BP Collection.my code e.g. foreach (var field in fields){//if (!dataTable.Columns.Contains(field.Name) && !field.Name.StartsWith("@odata.etag"))if (!d...
For Async function
Here is the best solution for BP code stage I got implemented.
var result = Task.Run(async () => await GetAccessToken()).Result;------------------------------Mahaboobsubani Shaik------------------------------
Thanks Arnold,That solution working super in visual studio. However, if we use in BP code stage it getting stuck.
Here is the best solution I got implemented.
var result = Task.Run(async () => await GetAccessToken()).Result;
------------------------...
Thank you Jarod for your valuable responses.
I've one question regarding DRM connection directly to database about this point, my companies audit team not allowing to connect DB directly. So is there any alternative way to get the resource PC / sess...
Thanks a lot for the explanation, Jarod.
Sorry I am bothering you with more questions which I am getting the deeper I am experimenting the more questions I am getting
regarding VIP SLA 2nd point above (Process C has the closest target completion ti...