# Download website - https://www.anaconda.com/ - https://code.visualstudio.com/ # Confirmation of python version python --version # List of virtual env conda info -e # Creating virtual env conda create -n py3.10.9 --clone base # Virtual env activation and deactivation activate py3.10.9 deactivate # Initializing powershell conda init powershell # Setting […]
Dataverse is the database on Microsoft Power Platform. Dataverse can be used by Power Apps as the data source and integrated to Dynamics 365 Customer Engagement as the backend data source. There are mainly three ways to import data into Dataverse. (Except inputs from application forms) 1. Excel Uploading 2. Excel Add-In 3. […]