hello everyone,
I've tried to search in the community first before asking however I do not understand most of the solution that was given to the users with the same delegation problems with me. The answers are mostly specific to their question that's why its kind of confusing
I have this formula that is giving me a delegation warning
Sort(
Filter(
'DataSource',
//can be seen by the Requestors
'Created By'.Email = varUserMail && galFilters.Selected.Filter in 'Overall Approval Status'.Value||
//can be seen by the Approvers
'Approver 1' = varUserMail && galFilters.Selected.Filter in 'Overall Approval Status'.Value ||
'Approver 2' = varUserMail && galFilters.Selected.Filter in 'Overall Approval Status'.Value
),
ID,
SortOrder.Descending
)