Hi, Currently I am trying to retrieve and store the Entra ID profile picture of the logged on user, by the OIDC module. I am using the GET Microflow, which is great for this purpose. I am using the Graph API (graph.microsoft.com/beta/me/photo/$value). I have made an association with the Account entity with a 1 to 1 relationship. I am able to get the profile image, however I am stuck in storing the image inside the image entity. Converting to Base64 does not solve my issue unfortunately. I am familiar with the ‘Store to file entity’ option of the ‘Send REST request’ action, However this is not working for associations. Anyone luck with this use case? Some facts: - Access tokens are valid - Able to get the profile by the graph explorer or any other API debug tooling