Table of Contents

Flow Documentation - ProposalApprovalAtsumeru-8B3C54B8-8419-EB11-A813-000D3A7946D7

Flow Name ProposalApprovalAtsumeru-8B3C54B8-8419-EB11-A813-000D3A7946D7
Flow Name ProposalApprovalAtsumeru-8B3C54B8-8419-EB11-A813-000D3A7946D7
Number of Variables 42
Number of Actions 138

Post_your_own_adaptive_card_as_the_Flow_bot_to_a_channel

Property Value
Name Post_your_own_adaptive_card_as_the_Flow_bot_to_a_channel
Type OpenApiConnection
Connection Microsoft Teams

Inputs

Property Value
metadata <table><tr><td>operationMetadataId</td><td>89e4f414-dccc-48a6-bf86-358accb74b4f</td></tr></table>
host <table><tr><td>connectionName</td><td>shared_teams</td></tr><tr><td>operationId</td><td>PostChannelAdaptiveCard</td></tr><tr><td>apiId</td><td>/providers/Microsoft.PowerApps/apis/shared_teams</td></tr></table>
parameters <table><tr><td>groupId</td><td>@variables('TeamID')</td></tr><tr><td>PostAdaptiveCardRequest/recipient/channelId</td><td>@variables('ChannelID')</td></tr><tr><td>PostAdaptiveCardRequest/messageBody</td><td>{ "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "Large", "weight": "Bolder", "text": "New Proposal: @{variables('ProposalName')}", "wrap": true }, { "type": "TextBlock", "text": "Pending approval for _**@{variables('ProposalName')}**_ submitted by _**@{variables('OwnerName')}**_", "wrap": true }, { "type": "FactSet", "facts": [ { "title": "Sponsor", "value": "@{variables('SponsorName')}" }, { "title": "Project Manager", "value": "@{variables('ProjectManagerName')}" }, { "title": "Proposed Start", "value": "@{variables('ProposedStart')}" }, { "title": "Proposed Finish", "value": "@{variables('ProposedFinish')}" }, { "title": "Department", "value": "@{variables('DepartmentLabel')}" }, { "title": "Investment Category", "value": "@{variables('InvestmentCategoryLabel')}" }, { "title": "Proposal Costs", "value": "@{outputs('Format_number_-_ProposalCosts')?['body']}" }, { "title": "Financial Benefits", "value": "@{outputs('Format_number_-_FinancialBenefits')?['body']}" }, { "title": "ROI", "value": "@{outputs('Format_number_-_ROI')?['body']}" } ] }, { "type": "TextBlock", "text": "**Proposal Description** \n@{replace(variables('ProposalDescription'), '"', '\"')}\n\n**Problem Statement** \n@{variables('ProblemStatement')}\n\n**Business Benefits** \n@{variables('BusinessBenefits')}", "wrap": true } ], "actions": [ { "type": "Action.OpenUrl", "title": "View Proposal", "url": "@{variables('RequestLink')}" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.2" }</td></tr></table>
authentication @parameters('$authentication')