Hi there
I have a flow that creates an image in a sharepoint list then sends me the Binary and hyperlink back to my app as a variable. I would like to get the Item ID also sent back as a variable but not sure how to do it.
The Parse JSON Schema is below
{
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"Pic": {
"type": "string"
}
},
"required": [
"Name",
"Pic"
]
}
}
Flow pic is here
Do I need to send the Itemid back to powerapps by adding an output?
Look forward to some help.


Report
All responses (
Answers (