Hi Folks!
Can someone tell me why I'm having this kind of error. I have a collection that I need to check each of their name. If it is an Excel file. a Power automate will be trigger. Code below is in OnSelect Property of a Button
Hi @philifova ,
Try this for a start
ForAll(
Filter(
colAttachmentsLive,
".xlsx" in Name
),
Tester.Run(
Name,
Value,
Branch,
gv___Reference
)
)
Also please remember to post your code also in Text - saves re-typing.
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.
Visit my blog Practical Power Apps