I am new to Logic Apps so bear with me. I am just trying to perform a simple lookup in an Azure Table Storage and get a value that I can store in a variable in a Logic App. Here is what my Table Storage looks like:
My RowKey is unique and will be my lookup value. So based on a RowKey value, I want to get the UTCOffset value and store it in a variable.
This is what I have tried so far:
I want to get the value returned "13.00" and just store it in a variable for further processing. Pretty simple I know, but I just can't get my head around it.




