Menu Close

Blog

Slide 1

Microsoft Business Applications Blogposts, YouTube Videos and Podcasts

Helping Businesses with Technology

Slide 2

Microsoft Business Applications Blogposts, YouTube Videos and Podcasts

Helping Businesses with Technology

Slide 3

Microsoft Business Applications Blogposts, YouTube Videos and Podcasts

Helping Businesses with Technology

previous arrow
next arrow

{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: