When ever the CSV file is uploaded. Is there option to read the CSV and display the result in powerapps.
Asked
Active
Viewed 956 times
2 Answers
1
I think currently there is no way to do this directly in powerapp. You should use a Flow

marianr99
- 146
- 5
-
Do we have any reference for that? – user1877936 Jul 21 '21 at 13:25
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.