When a user modifies their trip record and the "Would you like to cancel" field/choice column is equal to "Yes" (really field value: 115650000) then delete that record from SharePoint Calendar and the dataverse. This flow also send a email notification to the user and the person in charge of trip reservations.
Add a "Get Row ID" action to your flow and with the table name "Users" in "Row ID" add the created by field from your trigger step, "When a row is added, modified or deleted". See below
I am using the "label" of a choice value column for PowerAutomate to create an item to a sharepoint list. I want the column to display the "Label" of the field and not the boolean number.
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.
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.
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.
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.
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.
I need to allow the staff to enter a date and base on that date, administer tests based on that date.There will also be a flow that notifies another user that they are scheduled to take a test.
I created Calculated columns so it would automatically generate the dates as soon as the staff members enter a start date.
We do not test over the weekend so I needed to take out saturdays and sundays.
Test are two days apart during a normal work week. So I need every one who starts or completed a test on Thursday or Friday to complete their next test on the following Monday.