0

When ever the CSV file is uploaded. Is there option to read the CSV and display the result in powerapps.

enter image description here

enter image description here

user1877936
  • 351
  • 3
  • 7
  • 22

2 Answers2

1

I think currently there is no way to do this directly in powerapp. You should use a Flow

marianr99
  • 146
  • 5
1

There is not a way to read the contents of non-binary files in PowerApps. You can view images, hear audio, view PDF's, and display JSON payloads from API calls, but I do not know of a way to access plain text files such as .txt or .csv.

  • You could display the data if user cuts-and-pastes the .csv content (ref.).
  • You could send the .csv to Power Automate, parse it and return it as JSON to display for the user. (ref.)
Dharman
  • 30,962
  • 25
  • 85
  • 135
SeaDude
  • 3,725
  • 6
  • 31
  • 68