I want to select a particular account based on the account id from an opportunity.
I see there is a select query option, but not sure what I should be putting in there?
hi @djw1005 maeby you need to use a query salesforce line
SELECT Id, Name, Industry, AnnualRevenue,
( SELECT Name, Email, BirthDate FROM Contacts )
FROM Account
please see this reference.
https://www.sfdc99.com/2013/06/24/example-how-to-write-a-cross-object-soql-query-part-2/
Proud to be a Flownaut!
I tried the Select AccountID from Account received this error
having the same problem. found a solution yet, please?
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
28 | |
28 | |
26 | |
25 | |
22 |
User | Count |
---|---|
64 | |
52 | |
44 | |
34 | |
30 |