The following are some noteworthy points to remember:
-
When a user opens a Lightning Page that has a Flow component, the Flow also runs on the page load. Make sure that your Flow doesn’t perform any DML operations such as creating or deleting records from the first screen.
-
It is not possible to embed an autolaunched Flow into Lightning Pages.
-
Currently, it is not possible to pass the values to input variables Picklist, Multi-select picklist, sObject and Collection variables.
-
In the Lightning, runtime Flows Text input variables can accept a maximum length of 4,000 characters.
-
If you delete an sObject variable or sObject collection variable, any variable assignments that use the deleted variable are set to null.
-
The Cloud Flow Designer cannot open Flows that are installed from managed packages.
-
When Lightning runtime is enabled for a Salesforce organization, Flows in Salesforce...