Hello,
I want to beable to open a PDF file from a Sharepoint document library within my powerapp. for this to work using Power Automate.
I start with a https get Request as trigger and tha i'm trying to get the itemid by using Variable:
trigger()['outputs']['queries']['itemid']
i want to use the itemid to get the file contact of the pdf file that triggerd the flow.
And then i deliver the file contact back to my powerapp.
The problem is that
trigger()['outputs']['queries']['itemid'] is not working i get an error:
Unable to process template language expressions in action 'Initialize_variable' inputs at line '1' and column '2871': 'The template language expression 'trigger()['outputs']['queries']['itemid']' cannot be evaluated because property 'queries' doesn't exist, available properties are 'headers'. Please see https://aka.ms/logicexpressions for usage details.'.
hopefully someone knows a better way