Hi guys, I recently do an APP who insert rows in OneDrive Excel when I press one button with the data of some dropdown lines, text, calendar...
The problem is that when I press the button I cant be able to navigate to another page with "Success message" or something similar. I need to know when can I re-do the "test" and press again.
I try with ";" and with "+"
Patch(Tabla1;Defaults(Tabla1);{Nombre: TecnicoCSG_1.Text; Fecha: Fecha_1.SelectedDate; Minutos: Tiempo_1.Text; Organización: Empresa.Selected.Value; Servicios: Servicio_1.Selected.Value; Observaciones: Observaciones_1.Text})+Navigate(HorasCSG2;ScreenTransition.Cover)
Patch(Tabla1;Defaults(Tabla1);{Nombre: TecnicoCSG_1.Text; Fecha: Fecha_1.SelectedDate; Minutos: Tiempo_1.Text; Organización: Empresa.Selected.Value; Servicios: Servicio_1.Selected.Value; Observaciones: Observaciones_1.Text});Navigate(HorasCSG2;ScreenTransition.Cover)
Solved! Go to Solution.
HI
In your language, "," is replaced with ";" and ";" is replaced with ";;".
Please try on:
});Navigate should be replaced with });;Navigate
Hope this helps.
Have a nice day.
HI
In your language, "," is replaced with ";" and ";" is replaced with ";;".
Please try on:
});Navigate should be replaced with });;Navigate
Hope this helps.
Have a nice day.
Thanks that s ok for me too
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
176 | |
62 | |
32 | |
30 |
User | Count |
---|---|
325 | |
268 | |
104 | |
74 | |
56 |