I have a flow where I need a compose to get value of 1st sharepoint list columnn and 2nd compose to get value of 2nd sharepoint list column and then 3rd compose to add the 2 composes. When I do this I can only see the data from 2nd compose not first compos
You can search for the content by entering Outputs as the search text:
Or you can manually enter the expressions in the Expression builder:
add(outputs('Composedays'), outputs('Composefloatused))
Example:
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
issue is.. I do a compose on 1 field, a compose on 2nd field.. them my 3rd compose I only see the data for the 2nd compose.. its not remembering or allowing me to do the add statement becuase it doesnt ack the first compse
You should still be able to manually add the compose variables the add() function using expressions - even if you don't see it in Dynamic content:
add(outputs('Composedays'), outputs('Composefloatused))
I note part of an error message in your last screenshot. If you can share the rest of the flow we might we able to work out what is going on:
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.