Sorry if this is a basic question.
I am using "Run a query against a Power BI Dataset" function which returns a single table row.
The Query is below:
EVALUATE
ROW(
"MaterialNo", 'Material Orders'[MaterialNo]
)
and it returns

I would like to use the number value in the returned row within the flow by setting it as a variable.
Any help is much appreciated.
Thanks.