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?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
75 | |
21 | |
18 | |
17 | |
13 |
User | Count |
---|---|
127 | |
35 | |
31 | |
28 | |
25 |