Hi,
I have a Workshop application that uses a function backed action type to create and upload a PDF file to an object property. I am in the process of updating (it already works in production) the PDF and decided to use Foundry branching to end to end test my changes. The issue that I am facing is that the function execution appears to be successful as I am able to test the function and can see it in the logs, but when trying to view the attachment, it reports that it cannot be found.
I have been using AIP assist to troubleshoot but so far I am drawing a blank. I am not sure exactly what details are relevant, but here are the things I have checked.
- The foundry branch contains the workshop app, repository, object types and action types
- The object types have been reindexed on the branch
- I have the relevant permissions on the object types
My question is really whether I should expect uploaded attachments to be visible in my workshop application while working in a foundry branch?
Any help would be appreciated.
Thanks