Is there a way to export a view to CSV and filter it by USEREMAIL?

I am trying to enable users to export data only for the rows of data that they are responsible for.

I have created a slice and added the row filter of: USEREMAIL()=[Supervisor email]. I also created the Action to export to view to CSV.

When I preview the App as one of the Supervisors, the export contains all rows of the data. Is there a way for it to only contain rows where USEREMAIL()=[Supervisor email]?

I also tried to create another data table and put a security filter where USEREMAIL()=[Supervisor email], and the CSV export still contained all rows.

0 2 141
2 REPLIES 2

In troubleshooting, it might help to compare your app's configuration to the sample apps linked from the Actions: The Essentials - AppSheet Help article's section about the export to csv action.

debes hacer lo siguiente primero debes crear un slice y en el filtro aplica la siguiente expresion

[EMAIL]=USEREMAIL()

luego selecciona los campos a mostrar y en la automatizacion procura por seleccionar que el pais sea tipo Peru para los formatos o el que desees

Top Labels in this Space