Announcements
Pretty simple answer here. If this were a Sharepoint list, this statement would work:
ForAll(Filter(EmailQueue,Q_UsedIn=CurrentPN.Text),Remove(EmailQueue,ID))
Since a collection does not have an item ID, how would you write the statement above??
I have a feeling it is not this simple, but my first try would be
RemoveIf(EmailQueue,Q_UsedIn=CurrentPN.Text)
@WarrenBelz ,
If that were my actual statement, your suggestion would work. I simplified it a bit to get the the crux of the actual issue, my real statement is:
ForAll(Filter(EmailQueue,Q_UsedIn=CurrentPN.Text And ThisItem.Q_Level=ThisItem.Q_Level+1),Remove(EmailQueue,????????????)))
<edited>
Hold on... Let me try this.
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 474
WarrenBelz 375 Most Valuable Professional