Michael, thank you for the nice presentation. Just one quick question related to data pull from D365 FO (~27th minute of the video). Why do we need to use two HTTP GET actions ? If one is for status and other for content then can you please let me know how would you configure the second HTTP GET (in your case HTTP Download action) ?
@michaelstashwick98403 жыл бұрын
Hey Ravi! The first one is the Dequeue API, and I parse its results to get the file download URI. You can't call the download URI directly without authentication, so the second one is needed to authenticate and access the URI. If you check out my blog D365 Stuff I have a companion post that goes into more detail about this presentation. Thanks for watching!
@ravikiranvalluri44573 жыл бұрын
@@michaelstashwick9840 : Thank you Michael. Just gone through your blog and it answers my query. Very nice blog indeed
@vijaydon90523 жыл бұрын
Hi Micheal, I'm getting your application does not have access to your activity error. Could you help me why?
@michaelstashwick98403 жыл бұрын
Hey Vijay, have you checked my blog D365 Stuff to see the companion post? It goes into more detail about how the Logic App authenticates and connects. If that doesn't answer your question you can message me easier there and we can figure it out. Thanks!
@starfab773 жыл бұрын
Just saw your video and really liked it, I agree OData should not be used on most integration projects, I think a lot of people are heavily using it because they are not familiar with F&O and want to keep as much as possible on logic apps.