Workflow condition to compare Opty sales stage from Quote Sales stage
Desired is a workflow to trigger an email once the Opportunity sales stage has been updated to Won while the Quote sales stage is still not Won or Status is not yet Approved.
[{Sales Stage - Translation}] = 'Closed/Won' AND JoinFieldValue('<Quotes>',[<QuoteId>],'<IndexedPick0>' ) <> 'Closed/Won'
this returns error that
Quotes is not a valid field
QuoteId is not a valid field