Thank’s George. I installed the new version but error remained. I have edited the flow by reselecting the first part of the flow (clear datastore) and now it works.
But i’ve noticed this:
What is this
inside the action label. Cannot get rid of this, however it works !
George
November 13, 2020, 3:55pm
2
ah seems forgot to clean up the display - happily it is a display only thing.
Will fix it in the next update
1 Like
Yes, I just discovered the same problem using the dateformater (client side).
George
November 13, 2020, 4:09pm
5
seems like a bigger issue than I thought - will issue an emergency fix asap
I have found that when you enter clean code into App Connect you end up with this:
Hopefully this relevant and is helpful.
George
November 13, 2020, 4:54pm
7
Fixed in the just released Wappler 3.5.4
Sorry for the inconvenience.
1 Like
Thank you @George !
I don't mean to be a thorn in your side, but this is how my code is now appearing:
dmx-on:changed="run([{condition:{if:(modal_Patient.formPatientEncounter.selectmodalPatientStatus.value == \'reassigned\')
,then:{steps:[{run:{action:encounter_update.load({encounter_id: URL_params.data.encounter_id, encounter_status: modal_Patient.formPatientEncounter.selectmodalPatientStatus.value})
}},{run:{action:modal_Patient.hide();modalWalkin.show()
}}]}}},{condition:{if:(modal_Patient.formPatientEncounter.selectmodalPatientStatus.value == (\'check in\' || \'delivered\'))
,then:{steps:[{run:{action:encounter_update.load({encounter_id: URL_params.data.encounter_id, encounter_status: modal_Patient.formPatientEncounter.selectmodalPatientStatus.value, copay_due: encounter_get.data.get_patient_payer_status.payer_status_copay});update_patient_balance.load({patient_id: encounter_get.data.get_encounters.patient_id})
}},{run:{action:notifies1.success(\'Copay applied\')
}}]}}}])"
Notice all the instances where:
value = \'parameter\'
Is occurring?
Within Data Bindings it appears without the slashes:
Is this expected?
George
November 13, 2020, 6:19pm
10
This is a different issue with inline flows. If you have troubles with them post a new topic