[SalesForce] Retrieve record Id – Visual flow (beta) in Lightning Experience

I'm trying to retrieve the record Id and pass to my the Flow I have included in Lightning Experience but I'm getting some issues. I have already posted the question in Salesforce forums, but with no luck. Any idea here?

Best Answer

Create a new variable in your flow, with entry permission, not private, and call this {!recordId}

Before you try it, must to remove component flow from your page layout > save > put again flow component in page layout and try it

If you create the recordId variable after put the flow component in the page layout, doesn't work, maybe something wrong with Browser Cache.

http://raspisdojo.com/academy/flows-with-recordid-in-lightning-experience-winter17/

If you have any issue, comment this.

Good luck!!

Related Topic