Menu Close

Tag: #365blogpostsin365days

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:

{How to} Set Power Pages Site Actions

Hello Everyone,

Today I am going to show how to set Power Pages Site Actions.

Let’s get’s started.

When we configure Power Pages and there are important actions we need to be aware when working on Power Pages Sites.

Site Actions:

1. Restart Site: If there is a need to restart the site then click on Restart site.

2. Shut down this site: If there is a need to shut down site then click on it, site will be turned off until it is turned on.

3. Delete: If you want to delete site completely then click on it.

4. Disable custom errors: If you don’t want to see the custom errors on the pages then disable it.

5. Enable diagnostics logs: Enable diagnostics logs so that when issue araises it is very useful.

6. Enable maintenance mode: Once it is enabled power pages site will not available for end users its on maintenance mode for changes.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

{How to} discover makers working on the Power Pages Site with Copresence

Hello Everyone,

Today I am going to show how to find out multiple users working on the Power Page Site using Copresence.

Let’s get’s started.

Suppose you are working in a team on Power Pages Project and you are working on the site and if the other team members making changes to the same site then some of the changes done by the team may overwritten.

How to resolve this issue?

With the help of the Copresence user can see who is working on the site and make a communication via email or Microsoft Teams with the team.

So there will not be overwritten changes with the help of Copresence.

So Copresence is very useful feature on Power Pages.

That’s it for today.

I hope this helps

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this:

Release Plans for Dynamics 365, Power Platform, Microsoft Cloud of Industry

Hello Everyone,

Today I am going to share microsoft all release plans i.e Dynamics 365, Power Platform, Microsoft Cloud of Industry.

Let’s get’s started.

Do you want to see all the release plans for wave1 and wave2 then click here

You can also see Archived release, and Release Planner too.

That’s it for today.

I hope this helps.

Malla Reddy Gurram(@UK365GUY)
#365BlogPostsin365Days

Share this: