Change visible property based on datacardvalue via Dataverse colunm value selected- PowerApps

 

In the DataCard's "Visible" Property.

Based on Dataverse Choice Column:

If(DataCardValue.Selected.Value in "Your Colulm Value",true,false)

IE: If(DataCardValue34.Selected.Value in "New location",true,false)

When your newly created Dataverse column does not show up in your "Add Record" form

This drives me crazy because I can never remember why this happens and I have to search for the answer. Make sure to Save then Publish! The new column will not show up on the form unless you publish the form.

 

Style daily Power Automate email in a HTML Table

To add on to one of my previous posts, here is how you style your daily email in a nice HTML table.

1. set up the trigger are "Recurrence"

Power Automate- Twitter sign in/ connection issues - the account being added is already logged in

Just a problem I ran into and the solution that fixed it.

I am creating a Social Media Hub so our admistrators can create the content for social media posts and post them to our various social media platform accounts in one place. (Instead of needing to go to each social media site and post them individually)

So my problem was, I created a test twitter account to use for testing purposes through my gmail account.

Part 3! Add your custom connector to PowerAutomate to auto post to Drupal 9! from a SharePoint item list

My flow is :

When an item is created or modified and the publish field value equals "Publish" then get the item and send field values to Drupal and create a job posting for the public to view.

smiley

Pick your trigger; and click "Create"

Part Two: Post on Drupal 9 from PowerPlatform build a custom connector in PowerApps, SharePoint, PowerAutomate, Dataverse

Part Two!

We are going to use what we learned from PostMan to create our own PowerPlatform Connector to easily post to a Drupal 9 website.

1. Export your PostMan Collection.

Part One: Post to Drupal 9 from Dataverse Data using PowerAutomate and PostMan - Building the API

First we need to build the API so PowerAutomate can talk to Drupal.

I am developing this for a School Distrct HR Power Platform.  This piece is for the Job Board where HR can get a staffing request from a supervisor.  From there they can create a job posting from with in the Power Platform. That posting will go public on a Drupal 9 site.

I choose to use Drupal instead of Power Portal cause it's cheaper. laugh

 

No results message for Power Apps Gallery

Add a label with below:

Add your text into the Text property:

Filter Power Apps Gallery by Created By and current user. (Display content that the logged in user authored or created)

In PowerApps in your Gallery's Item area use the following formula

Filter(Data source,'Created By'.Email=User().Email)

Or

Filter('Data source','Created By'.DisplayName= User().FullName)

When a user misses an appointment date, send email notification - Power Automate - SharePoint List

What I used it for.

My platform automatically schedules an appointment for users.  If the users do not check in by a certain time on the day of their appt. the system sends them an email letting them know they missed their appointment.

Here's the flow:
This is the entire flow.  Scroll down to get the steps.

Pages

Subscribe to Melinda Cozza - Power Platform and CMS Developer RSS