Hi!,
I´m a problem with the JSON from the recent updates of powerapps, actually my code not working.
Could you help me find an alternative, please?
I attach image with error and code:
----------------------------------------------------------------------------------
ClearCollect(col1JSON;{
fecha: DatePicker2_3.SelectedDate;
canal: ComboBox1_4.SelectedItems;
centro: ComboBox2_4.SelectedItems
});;
Set(var1JSON; JSON(col1JSON; JSONFormat.IncludeBinaryData));;
Beliminar.Run(var1JSON);;
Set(_PopUpvisible2;true);;
Timer1_1.Reset
-------------------------------------------------------
Thank you!

Report
All responses (
Answers (