Menu Close

Tag: #uk365guy

{How to} enable Bootstrap Version 5 for Power Pages

Hello Everyone,

Today I am going to show how to enable Bootstrap Version 5 for your Power Pages.

Let’s get’s started.

As of now Power Pages have Bootstrap Version 3 in Power Pages.

Now new version : Bootstrap Version 5 is in preview and you can start testing your Power Pages.

Login into www.admin.powerplatform.microsoft.com

Select the environment where your power pages site exists.

What are the advantages of the Bootstrap Version 5:

You can add new functionality to your site, like CSS Flexbox and responsive layout using Bootstrap Version

That’s for today.

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

Share this:

{Do you know} Power Pages Trial period is for 90 days

Hello Everyone,

Today i am going to share Power Pages Trail period now extended to 90 days now.

Let’s get’s started.

When you want to do some PoC on Power Pages or get started with Power Pages, you usually get 30 days trial period and sometimes it’s not enough so now microsoft providing 90 days trial period.

So websites created in a PRODUCTION Power Platform environment will start as a 90- day trial. The longer trial duration will give makers a longer time to develop their websites without concerns of losing site access within 30 days or having to start paying for licenses by converting the websites to production mode.

That’s it for today.

I hope this helps

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

{How to } Disable anonymous access to Power Pages

Hello Everyone,

Today i am going to show how to block anonymous users accessing the Power Pages.

Let’s get’s started.

For example your power pages have some anonymous users access and after sometime if you want to disable them. how do you do that?

Login into Power Platform Admin Center

Click on the settings on the left handside of the page.

Tenant settings will be opened and select the disable anonymous user from power pages and set to YES.

Then anonymous users can’t access Power Pages.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

Dynamics 365 Customer Insights integration with website affects marketing features

Hello Everyone,

Today i am going to share what are affects when integration with website on Dynamics 365 Customer Insights.

Let’s get’s started.

Dynamics 365 Customer Insights – Journeys provides several features that enables contacts to interacts directly with the system.

Features are as follows:

Landing pages: provides forms that contacts can use to register for mailing lists, free downloads, webinars, other perks…

Subscription Centers: enables contacts to manage their mailing list subscriptions and personal information.

Forwarding pages: enables contacts to forward marketing emails they’ve received from you(while preserving accurate tracking info).

The event websites: enables contacts to read about and register for your events.

Each feature requires one or more webpages that are publicly available on the internet. Each page must be able to retrieve information from Dynamics 365 Customer Insights – Journeys and be able to send data back to it.

Two ways to accomplish this:

Use Dynamics 365 Portals or Power Pages: This Option is based on a Dynamics 365 add -on Product that runs directly on the same tenants as your Dynamics 365 Customer Insights – Journeys instance.

It enables you to go live with Marketing without needing to manage or modify your own website.

Use Your Own website or CMS system: This option requires that you have your own website where you can host pages, add scripts and embed forms from Dynamics 365 Customer Insights – Journeys. You can use this option in parallel with Power Pages if you wish.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

Power Automate Error if empty function not compatible with integer fields

Hello Everyone,

Today i am going to show how to resolve Power Automate error which is causing issue i.e when populating a word template and if the field is null then it is not passing if(empty) function.

Let’s see how to resolve this issue now.

As the fields which are integer and if(empty) function is not compatible with integer fields.

How to resolve this issue:

The error i am encountering in my Power Automate flow seems to be related to using the If(Emtpy) function in conjunction with a specific field from a SharePoint list, namely ‘gmr_master’. The error message suggests that there might be an issue with how you are using the ’empty’ function or accessing the field’s value.

Here is the solution which worked for me.

if(empty(string(first(outputs(‘List_rows_-_application’)?[‘body/value’])?
[‘gmr_master’])),
”,
string(first(outputs(‘List_rows_-_application’)?[‘body/value’])?[‘gmr_master1’]))

Place this function in that particular fields and save the flow and run it.
It should work.

That’s it for today.

I hope this helps

Malla Reddy Gurram
#365BlogPostsin365Days

Share this: