Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
72 stars 72 forks source link

Excel Business object - No Files #2501

Closed agonzalezroyal closed 1 year ago

agonzalezroyal commented 1 year ago

Describe the Bug with repro steps

1- Go to Logic Apps 2- Create any Excel Business object that needs a File (Path) 3- Select a valid location, valid Document Library 4- Try to look for a File.

Result: It will no show files, nor folders.

image

What type of Logic App Is this happening in?

Consumption (Portal)

Are you using Preview Designer or GA Designer

Preview

Workflow JSON

No response

Screenshots or Videos

No response

Browser

Edge

Additional context

No response

AB#24621196

preetriti1 commented 1 year ago

@agonzalezroyal - This is only supposed to show excel sheets so files with .xlsx extensions, if your folder does not have any then it will show No Items

image

agonzalezroyal commented 1 year ago

@preetriti1 Yes, for me it is working on Power Automate, however this specific flow on Logic apps stopped working yesterday out of nowhere. Now I can't select files, and there are files, they show up on Power Automate with the same object, and they were showing up on Logic Apps 2 weeks ago.

preetriti1 commented 1 year ago

@agonzalezroyal - Power Automate uses different API calls to list this compared to LogicApps... so please send these details to me over email so i can look into this issue -

  1. Capture the network traces when you add the action to when you click on the folder to list the items, so i can see why it is getting filtered out.
  2. If there are any errors shown in console please attach them as well.

My email is - psamband@microsoft.com

preetriti1 commented 1 year ago

@agonzalezroyal - Since no data has been provided for 2 weeks now, we are going to close this issue. If you are still facing this please reopen this and provide the details as asked above.

Eric-B-Wu commented 1 year ago

this issue was happening because we were not using folders in file picker, should have been fixed in https://github.com/Azure/LogicAppsUX/pull/2603