I am attempting to use a SOQL search query from Salesforce to find a file attached to a Salesforce Opportunity "file". We are unable to pull the "ContentDocumentURL" without this query since the file is not technically associated with the Opportunity.
select{{31.Id}}
from ContentDocumentLink
where LinkedEntityId={{14.Id}}
Views
Replies
Total Likes
Update here, I was able to figure out the SOQL, however, I am not sure what related record ID to use:
But when I run the scenario it is not picking up the ID for Related Records ID in the upload action, it gives me the following error:
Views
Replies
Total Likes
SOLVED!
What was needed was the Project ID in the Related Record field and then leave the Folder ID BLANK
Views
Replies
Total Likes
Overall FLOW
Views
Replies
Total Likes