Hi,
Is there a way to limit the user attaching 1 file at a time? I have a flow that will trigger if an excel file is being attached. However, if the user decided to attach multiple file at the same time. The code that have only gets the last attachment. Thus, the power automate flow failed to run.
e.g. the user attach:
file.pdf
file.xlsx
file.jpg
Since the code that I have will only check the last attachment the file that will be passed to my flow is the jpg.
Is there a way to create a loop to check each attachment?