Hi there!
Look at the out from your get items action. Specifically look at item 2 (or any other item that failed). Most likely you have a link, image, or attachment URL that is incorrect (or has spaces or special characters).
You can also look at your Create Item action ~ again, you probably have a column that requires a valid URL and that's where it's failing. So you could use an expression there instead of the direct dynamic content so if the URL is not accurate or empty, post nothing.
if(
or(empty(items('Apply_to_each')?['Link']),
not(matches(items('Apply_to_each')?['Link'], '^https?://'))
),
'',
items('Apply_to_each')?['Link']
)
------------------------------------------------
⭐ If this was helpful, please like and check the box below "Does this answer your question" to help others find this too!
Always glad to help! 💯💯💯💯💯
Tom
Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2