Hello,
I have a custom component and screen flow that community login users will upload a file to the Salesforce record. Everything is mapped and was working a couple of months ago, but it is no longer working. I've searched the interwebs, everything looks configured how it should be but no luck. Any ideas what could be causing this? The record is updating as expected, except for the file. Attached are two videos, 1. navigating the flow as a community login user and 2. a walk-through of the screen flow. Screenshot of flow debug log showing the correct ID to relate the file to is also attached.
TYIA! #Flow #Community Portal
Tom Bassett (Vera Solutions) Forum Ambassador
Hello,
I've reviewed your videos and screenshots.
I can see the flow is creating the file, if you go to the ID from the Debug log do you see the file?
If you do then the Flow needs a additional step to create a Content Document Link to show this on the File related list.
This would use the Custom Object Record ID and the File ID ot make the relationship.
It seems like you may be using a custom upload file component which is the possible cause.
However with this additional step you should be good to go!
Thanks, Tom