A blog containing Salesforce coding examples in detail.It's a place where you can find solutions to the problems that you may face in your daily salesforce coding. Apex classes,visual force page,we services,Integration,plugins,extensions,Lightning web components,Aura components,Email Messages,Sales cloud,service Cloud,Marketing Cloud.
Amazon Affliate Link: https://amzn.to/43zNb70
Play Games
▼
Thursday, August 21, 2025
How to retrieve the older version of a flow in visualstudio code IDE salesforce
Solution: You need to use flowname-versionNumber in package.xml to retrieve the respective version of a flow.
Output:
By default, if you don't mention version number, it will fetch the active version of a flow .
No comments:
Post a Comment