I am trying to insert data to HANA Cloud using “create record” flow function from AppGyver. I create Odata service and added it as data resource in AppGyver. It works fine when in the configuration test, there is no problem to create, update and delete record. But only delete function can work on SAP AppGyver Preview app, while the create and update can not work.
I suspect some of your fields are of number type, but since they are in input fields they get converted into text. In your “Create Record”, wrap those properties into a NUMBER formula, and they should start working