You need to sign in to do that
Don't have an account?
Ashima nidhi
Fail to pass Value from Lightning Component to Flow
I am passing the values from lightning component to flow using Design Attribute.
On Loading Flow 1 Screen, I am not getting the values of that attribute passed from lightning component to flow , But when I click on next i.e screen I can see the same value.
Again if I click previous then the values are getting blank.
Is there anything i am doing wrong
On Loading Flow 1 Screen, I am not getting the values of that attribute passed from lightning component to flow , But when I click on next i.e screen I can see the same value.
Again if I click previous then the values are getting blank.
Is there anything i am doing wrong
design attribute is used to get the values into Lightning component from flows/lightning App builder ertc. but not sure if it can be used for the other way round.
If it can be done, plz check if you are setting the attributes value in doInit() method of th ecomponent, so that your Screen1 gets the value on load.