Menu Close

Tag: #365blogpostsin365days

{How to} Enable Excel to Table in Dataverse and Canvas App on Power Platform Environment

Hello Everyone,

Today i am going to show how to enable “Excel to Table in Dataverse and Canvas App on Power Platform Environment”.

Let’s get’s started.

What you mean by “Excel to Table in Dataverse and Canvas App on Power Platform Environment”?

This is a new feature which allows Copilot AI to help import an Excel file to a table in Dataverse and create a Canvas App.

How to activate or install the app in your environment?

Login into www.admin.powerplatform.microsoft.com

1. Click on the environment and select the environment where you want to install the app.

2. Locate the “Excel to Table in Dataverse and Canvas App.

3. If it is not installed then click install or if there are any updates available then click on update.

A new pop up will be displayed to agree terms and conditons to update the changes.

Then the updates will be installed and you are good to go with the import of Excel file into Dataverse to create a Table and Canvas App.

That’s it for today.

I hope this helps
Malla Reddy(@UK365GUY)
#365BlogPostsin365Days

Share this:

{Resolved} Error message Invalid Argument when classic workflow condition properties opened in Dynamics 365 Sales

Hello Everyone,

Today i am going to show how to resolve the error message when a workflow condition properties is opened.

Let’s get’s started.

Suppose you want to edit workflow condition properties, when clicked on the properties the following error message will be displayed with Invalid Argument.

In my case i had a scenario when i try to export data to excel, two field values should be same as it updates the related fields when a user updates them.

Solution:

I figured it out that there is a unsupported component on the form and so i troubleshoot each tab and sections by removing one at a time, finally there is a unsupported custom component in the control tab of the form and i have removed from the form and then i am able to edit the workflow condition properties, finally error Invalid Argument will be resolved.

That’s it for today.

I hope this helps
Malla Reddy(@UK365GUY)
#365BlogPostsin365Days

Share this:

{How to} enable new features release channel selector on Power Platform Admin Center

Hello Everyone,

Today i am going to show how to select the release channel selector for Power Platform Admin Center.

Let’s get’s started.

Suppose your organisation want to enable new release features monthly channel or semi-annual channel then you need to select the changes on the Power Platform Admin Center.

How do you do that on Power Platform Admin Center?

Login into www.admin.powerplatform.microsoft.com

Select the environment and click on “Settings”.

Then expand Products and click on the Behavior

You can see the Release channel with Semi-annual channel or Monthly channel.

You can select based on your decision to release the new features either Monthly or Semi-annual channel.

If monthly channel is enabled, new end user impacting features are released each month automatically with the YYMM.1 build. Validation is available on the build one month earlier.

Note: If the features are released in July 2023, all features released will be appear as July 2023.

Feature Build is when the feature defaults on witthin the monthly channel’s default release. The Validation Build is the minimum build needed to start validating an upcoming the monthly release. The Release Short Name is used with the URL parameter to allow switching to a different release for a single session as outlined in Changing Release Channel.

For more information about the Release channels for your model-driven app click here

That’s it for today.

I hope this helps
Malla Reddy(@UK365GUY)
#365BlogPostsin365Days

Share this:

{Resolved} Error Selected in the form field does not have the option enabled to allow other users to send emails to their users in Dynamics 365 Sales

Hello Everyone,

Today i am going to show the solution for “Error Selected in the form field does not have the opttion enabled to allow other users to send emails to their users.”

Let’s get’s started.

Suppose you have an Opportunity and based on the business process flow step condition it should send an email to the appropriate user to approve an email to move to the next stage of business process flow in the opportunity.

So when a user tries to send an email to the approver user then this error pops up – Error Selected in the form field does not have the opttion enabled to allow other users to send emails to their users.

Solution: Email sender should have mailbox enabled in Dynamics 365 sales and email is approved then the user can send email to the approver.

Or

You can change the record owner of the opportunity to the mailbox enabled user and should be able to send email to the approver.

That’s it for today.

I hope this helps
Malla Reddy(@UK365GUY)
#365BlogPostsin365Days

Share this:

{Do you know} Remove bulk system administrator from Power Platform using Powershell Script.

Hello Everyone,

Today i am going to show how to remove bulk system administrators or any specific role using PowerShell Script.

Let’s get’s started.

New Microsoft Release feature details: Enables you to have better control over security in Dataverse environments. You can easily produce a list of users assigned to the system administrator role and remove assignments as needed.

Suppose your organisation have a lot of system administrators and global admins or power platform admins can run this Powershell scripts to remove bulk system administrators.

How do you do that ?

You will following list to run the script.

1. Install Visual Studio 2017 or higher

2. Install the .NET Framework 4.6.2 Developer Pack

3. Open the solution file (Microsoft.PowerPlatform.Administration.Powershell.sln) in administrator mode and build the solution.

4. Open PowerShell in administrator mode.

5. Set Execution Policy to Unrestricted.

6. Import the Microsoft.PowerPlatform.Administration.PowerShell module, as shown below.

cd Microsoft.PowerPlatform.Administration.Powershell
Import-Module .\Microsoft.PowerPlatform.Administration.UserManagement.psm1

7. Run the command of your choice from the following Powershell commands, click here.

8. Each command will prompt the user to provide credentials when connecting to Dataverse.Enter a user principla name and password.

Powershell commands.

1. Generate reports of role assignments
2. Remove role assignments from given list of users.
3. Add role assignments for a given list of users.

Share this: