View Open Opportunities(or another object) as a list in Flow #inSalesforce

View Open Opportunities(or another object) as a list in Flow #inSalesforce


Create a screen flow


Create a new variable, type text and available for input checked and name it recordId


GET ELEMENT

getOpportunities

Opportunity, AccountId equals recordId and stageName doesnotEquals Closed Won or Closed Lost

All Records


SCREEN ELMENT:

Add Datatable

Object Opportunities and Records getOpportunities, put the other details as per need. Add the columns to display


Connect, Save and Activate the flow


Test it




Comments