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']
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, 2019
Microsoft
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
- Mark Joseph Eser Eser BarbadilloJan 09, 2019Copper Contributor
That would be great Paul. Still couldn't figure out where I missed why the flow doesn't update from 0000000 to new. Thanks
- K_balakumarJan 08, 2019Copper Contributor
Same Issue for me, how to correct it..