Notifications
Announcements
Add an Initialize Variable action to store the updated item's ID:
UpdatedItemID
ID
Add another Initialize Variable action to store the updated item's new priority:
NewPriority
Priority
Condition to Skip the Updated Item:
items('Apply_to_each')?['ID']
variables('UpdatedItemID')
Determine the New Priority:
Add a Condition:
items('Apply_to_each')?['Priority'] >= variables('NewPriority')
If True:
items('Apply_to_each')?['Priority'] + 1
------------------------------------------------
⭐ If this was helpful, please like and mark as a verified answer to help others find this too!
Always glad to help! 💯💯💯💯💯
Tom
Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn
outputs('Compose')
if( equals( outputs('Compose-ChangePriority')['name'], item()['name'] ), setProperty( item(), 'priority', if( less( outputs('Compose-ChangePriority')['priority'], item()['priority'] ), sub( outputs('Compose-ChangePriority')['priority'], 0.1 ), add( outputs('Compose-ChangePriority')['priority'], 0.1 ) ) ), setProperty( item(), 'priority', float( item()['priority'] ) ) )
range(0, length(body('Select-TmpPriority')))
setProperty( sort(body('Select-TmpPriority'), 'priority')[item()], 'priority', add(item(), 1) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 501 Super User 2025 Season 2
Tomac 323 Moderator
abm abm 237 Most Valuable Professional