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}}
조회 수
답글
좋아요 수
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:
조회 수
답글
좋아요 수
SOLVED!
What was needed was the Project ID in the Related Record field and then leave the Folder ID BLANK
조회 수
답글
좋아요 수
Overall FLOW
조회 수
답글
좋아요 수