How to pass parameters to a Power Automate cloud flow from Power Pages.
Fubar,
Thanks, that did the trick.
Much obliged,
Doug
Note: I took a look at the peek code of the 'When Power ... ' trigger, the names are 'text' then 'text_1'.
{
"kind": "PowerPages",
"inputs": {
"schema": {
"type": "object",
"properties": {
"text": {
"title": "firstname",
"type": "string",
"x-ms-dynamically-added": true,
"description": "Please enter your input",
"x-ms-content-hint": "TEXT"
},
"text_1": {
"title": "lastname",
"type": "string",
"x-ms-dynamically-added": true,
"description": "Please enter your input",
"x-ms-content-hint": "TEXT"
}
},
"required": [
"text",
"text_1"
]
}
},
"metadata": {
"operationMetadataId": "ee89bc11-76c1-48aa-a00e-6e06a2e4c8ac"
}
}