2024 Jul 14 7:00 AM - edited 2024 Jul 14 7:34 AM
Hi Community Members,
I am trying to create a Build app & bound the data of Build app data entry fields to Visual Could function entity fields.
Transaction screen Page in Canvas Submit button on tap event "Create data record" Data Function is used.
Data Variable linkage to VCF entity is maintained
But while testing the app data is being saved to VCF DB with a blank record means only UUID is auto inserted but rest of the fields are still blank. (Screen shot attached), can anyone help here to know what went wrong ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show the developer tools and that you are sending a payload to VCF? Also, are you getting back an output from the top output of the Create Record flow function? And can you in some other way verifying that you are sending the data?
Sending no data or not having permission are the most likely answers. After we eliminate those, we can look at if here is some bug in VCF.
My first guess is that you haven't configured the "Create Record" block. When you click it, you will see on the right hand side of the screen configuration of the "Create Record". You have to specify two things: 1 - where to create the record (this will be the entity in your VCF backend); 2 - what to write in the new record (here you have to specify what variable or what value is to be written in each field of the new record).
If you forget the step 2, your new record will be empty - if missing data fields are not required in the entity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.