hi
I am try to create a logic app for importing data in D365. The idea is to watch a folder, get writable blob URL from D365 and upload the file to the URL. I am stuck on getting writable BLOB URL.
I was under the impression that there is no need to write code but I am not getting any list of parameters etc. I suppose I will need to specify the Unique ID of the recurring integration batch job that I have created in D365.
Any idea how to pass the Unique ID? All examples I came across use C# or similar code.
Thanks in advance