I have a flow that was working on a previous tenant,
I have imported it to the new tenant and want to send an email with options. When the user selects an option I go to conditions and update the SharePoint item. The issue is that I cannot see any "send email with options" fields in the dynamic field list. Is it a setting I have not activated in my new tenant?
"Get Items value as the selected output for the apply to each and not the Get Items value." I'm confused by this statement. Are you running the Loop on the Get Items value or something from the Get Item? I suspect you have two lists to work through and will need an out loop and an inner loop. But since Get Items value equals Get Items value in the quote above I'm still not clear on what the loop is processing.
My flow is for students. Get Item is the host profile, get items is the group which is filtered by group ID
I tried to just pull the one item from group SPlist but there was no filter so I used get items.
Then I get the apply to each situation which you have helped me through.
It seems to I need to select the Get Items value as the selected output for the apply to each and not the Get Items value... Not sure why as it is the get Item ID that is the focus...
Can you give me an example of the content you are trying to get at? Content I see in the email like HostFirstName1 and HostFirstName2 should be available in the current item object. As I said, they may be filtered out of the dynamic content box when trying to build the body but you can access them using JSON directly or by adding them to a Compose just before the email.
It is the content of Get Items happening before the "Apply to each" , there's no option for me to click and drop any content, but adding it by cut and past from another version of the flow it works for me. I would just like to be able to click and add.
You should still be able to see the Get Items values inside the loop since that is what the loop is running on . They are probably being filtered out by the dynamic content box. You should still be able to access them, but you may have to reference them manually or add them to a compose inside the loop and use that. What exactly are you not able to access?
Now I have the conditions within the loop It runs successfully but now I cannot access the dynamic content of the SPlist from the "Get Items", which is before the loop. Anyway to rectify that issue?
I had a flow all working nicely and then I introduced "Get Items" to access dynamic content of a connecting SPlist. it automatically brought in the "Apply to each" control but left the controls outside the loop. Just moving the controls within the loop as you said fixed it. Makes perfect sense and thank you.
You won't see the output of the Send Email with options action outside the Apply to each loop because there will be one email each time the loop completes so there is no way to tell which one of the actions you want the output from. Put your condition inside the loop and you'll see the dynamic content.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1