Hi @JNRODRI ,
Can you please remember to post your code in Text as it saves re-typing here. This code is OCR'd, so please watch spelling. You can also do this
With(
{
_Data:
SortByColumns(
Filter(
'Candidatos_ Solicitudes de Personal',
Title = TextInput1.Text
),
"Estado_Candidato",
SortOrder.Descending,
"Created",
SortOrder.Ascending
)
},
Filter(
_Data,
Motivo_Descarte.Value <> "Tarifa supera el estanda"
)
)
if you want to get rid of the Delegation warning, however it only solves the issue if the output from the top filter is less than your (500 - 2,000) Data Row Limit.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps