Hello,
Does anyone know what is wrong with my function:
Filter(Obrazy_obecnosc,
LookUp(
Obrazy_obecnosc,
Last(Split('Imię i nazwisko'.Claims,"|")).Result = Lower(User().Email) && DateValue(Text(Created)) = Today()))
Function filter has invalid argument
Exptected boolean.
Solved! Go to Solution.
Hi @Elitezone ,
Without looking at the rest of the logic, you do not need the Lookup - you are already filtering the same data source
Filter(
Obrazy_obecnosc,
Last(
Split('Imię i nazwisko'.Claims,"|")
).Result =
Lower(User().Email) &&
DateValue(Text(Created)) = Today()
)
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.
Hi @Elitezone ,
Without looking at the rest of the logic, you do not need the Lookup - you are already filtering the same data source
Filter(
Obrazy_obecnosc,
Last(
Split('Imię i nazwisko'.Claims,"|")
).Result =
Lower(User().Email) &&
DateValue(Text(Created)) = Today()
)
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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
190 | |
70 | |
50 | |
38 | |
28 |
User | Count |
---|---|
243 | |
114 | |
91 | |
91 | |
71 |