Forum Discussion
Use Microsoft Flow to receive an email for changes to Office 365 IP Addresses and URLs
On the last step, I get an error asking for a valid integer if I use:
Items('Apply_to_each')['Id']
There is the option to choose the ID from the dynamic content of the 'Get items' container... would this work? the underlying value is:
@items('Apply_to_each')?['ID']
- PaulAndrewNov 07, 2018Microsoft
Karen Terenzoni it looks like Flow is evolving. I'll do an update to what we have published soon.
-- Paul
- Connor MullaneyDec 18, 2018Copper Contributor
I think this is the same problem I'm running into. For step 12, I don't have the option to select "latest" from "Apply for each". I only have "latest" under "Get Items".
The flow seems to work. I get an email but the initial "seed" list of 000000000 is never updated.
- Paul LangeJan 08, 2019Iron Contributor
"latest" under "Get Items" works for me in step 12. This resolves to items('Apply_to_each')['Id']
This step ensures that the old entry is deleted in the list. Looks like you have another error to fix during the create item step.
- PaulAndrewJan 08, 2019Microsoft
It looks like I need to recreate this guide to account for some changes in Microsoft Flow. I may be able to get it published as a Flow template. Would that be more useful than a guide here?
Regards,
Paul
- K_balakumarJan 08, 2019Copper Contributor
Same Issue for me, how to correct it..