Example of lwc in a Salesforce screen flow (passing in values, navigation, etc.)
contains:
-
minimal flow & flow definition
-
example lwc from documentation @ lightning-flow-support
Covert with SFDX; This creates a folder called deploy
sfdx force:source:convert -r force-app -d deployNow you can deploy from the resulting deploy directory
sfdx force:mdapi:deploy -d deploy -w -1 --verbose 📌 Above deploys to the default org set
- Add
-u user@domain.comor-u aliasto deploy else where - To run tests add
-l RunSpecifiedTests -r ApexTestName
Thrown together with 💝 by Jamie Smith
