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.
Thank you @hpkeong ! works perfect !
Thanks that s ok for me too
User | Count |
---|---|
137 | |
127 | |
75 | |
72 | |
69 |
User | Count |
---|---|
220 | |
135 | |
78 | |
58 | |
54 |