Skip to content

Commit

Permalink
2nd attempt to publish chandanis post (#1561)
Browse files Browse the repository at this point in the history
* adds weekly agenda 39

* try to publish chandanis post

* try to publish chandanis post

* publish chandani

* chandani

* chandani

* chandani
  • Loading branch information
LuiseFreese authored Sep 22, 2023
1 parent 7c262fd commit 8638935
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
6 changes: 4 additions & 2 deletions content/post/InstagramPostsIntoSharePoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ author: "Reshmee Auckloo"
githubname: reshmee011
categories: ["Community post"]
images:
- images:images/ListViewFormatting.png
- images:
- images/ListViewFormatting.png
tags: ["Power Apps, ListViewFormatting, PowerAutomate"]
type: "regular"
draft: true
---

# How to Use the Instagram Basic Display Connector in Power Apps and Power Automate
## How to Use the Instagram Basic Display Connector in Power Apps and Power Automate

Instagram is a popular social media platform with over 1 billion monthly active users. It is a great platform for sharing photos and videos, and many businesses use it to promote their products and services. With the **Instagram Basic Display (IndependentPublisher)** connector, you can now easily retrieve data from Instagram accounts and use it in Power Apps and Power Automate.

Expand Down
19 changes: 9 additions & 10 deletions content/post/send-approval-in-teams-using-power-automate/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Send Approval In Microsoft Teams Using Power Automate"
date: 2023-09-20T07:40:00
date: 2023-09-22T12:35:42.254Z
author: "Chandani Prajapati"
githubname: chandaniprajapati
categories:
Expand All @@ -9,8 +9,7 @@ images:
- images/output.png
tags: ["Power Automate", "Microsoft Teams", "SharePoint"]
type: "regular"
draft: true

draft: false
---

## Introduction
Expand All @@ -35,7 +34,7 @@ Let's examine a scenario in which when an employee requests time off, they initi

Construct a SharePoint list that mirrors the layout depicted in the provided image. Additionally, configure the **'Approval Status'** column to include the following choices: **'Pending,' 'Approved,' and 'Rejected'**.

![List Structure](./images/list-structure.png)
![List Structure](/images/list-structure.png)

### 2. Create a flow

Expand All @@ -48,35 +47,35 @@ Enter a **flow name** and select a trigger **When an item is created of SharePoi
- **Site Address**: Choose the site from which you'd like to retrieve the item.
- **List Name**: Choose the list from which you'd like to retrieve the item.

![When item is created](./images/when-item-is-created.png)
![When item is created](/images/when-item-is-created.png)

**Step 2: Create an approval**

Customize the approval card to align with your specific requirements.

![Create an approval](./images/create-an-approval.png)
![Create an approval](/images/create-an-approval.png)

**Step 3: Post card in a chat or channel**:

Choose a configuration (including Post in, Post as, Team, and Channel) that best fits your preferences and employ the Teams adaptive card within the adaptive card property.

![Post card](./images/post-adaptive-card.png)
![Post card](/images/post-adaptive-card.png)

**Step 4: Wait for an approval**

Retrieve the approval ID from the 'Create an approval' action.

![Wait for an approval](./images/wait-for-an-approval.png)
![Wait for an approval](/images/wait-for-an-approval.png)

**Step 5: Condition**

Check the outcome whether it's approved or rejected, and then modify the status in the SharePoint list accordingly.

![Condition](./images/condition-to-check-outcome.png)
![Condition](/images/condition-to-check-outcome.png)

In the end, our workflow will appear as follows:

![Final flow](./images/final-flow.png)
![Final flow](/images/final-flow.png)

**Output:**

Expand Down

0 comments on commit 8638935

Please sign in to comment.