How to get Current recordId to flow from quickaction in salesforce
Resolution :
1.create new resource as text type variable.
2. Remember Variable API name should be as "recordId".
3.We don't need to assign value to this variable, it will automatically fetch from current page.
4. refer where ever we need current recordpage recorded in flow as we use general flow variable.
Comments
Post a Comment