Hello all,
I'm new on the platform and I'm trying some stuff out. So I've a submit button that when clicked submits data to a CDS. (entity: Armatuur)
But i can't seem to figure out how i can solve the error.. Any suggestions how to fix the error?
Thanks you in advance!
Solved! Go to Solution.
Hi @Leidt ,
Could you please share a bit more about the Entity the cr6c4_Armatuurtypebatterij (LookUp field) column references values from?
Could you please share more details about the formula within the Items property of the ComboBox3_2?
Based on the issue that you mentioned, I think there is something wrong with the formula you provided. I have made a test on my side, please take a try with the following workaround:
On your side, please consider set the Items property of the ComboBox3_2 to folowing formula:
Choices(Armatuurs.cr6c4_Armatuurtypebatterij) /* <-- Or Choices(Armatuurs.'Armatuur type + batterij') */
then modify your Patch formula as below:
Patch( Armatuurs, Defaults(Armatuurs), { cr6c4_Armatuurtypebatterij: ComboBox3_2.Selected } )
Please consider take a try with above solution, check if the issue is solved.
Best regards,
Hi @Leidt ,
Could you please share a bit more about the Entity the cr6c4_Armatuurtypebatterij (LookUp field) column references values from?
Could you please share more details about the formula within the Items property of the ComboBox3_2?
Based on the issue that you mentioned, I think there is something wrong with the formula you provided. I have made a test on my side, please take a try with the following workaround:
On your side, please consider set the Items property of the ComboBox3_2 to folowing formula:
Choices(Armatuurs.cr6c4_Armatuurtypebatterij) /* <-- Or Choices(Armatuurs.'Armatuur type + batterij') */
then modify your Patch formula as below:
Patch( Armatuurs, Defaults(Armatuurs), { cr6c4_Armatuurtypebatterij: ComboBox3_2.Selected } )
Please consider take a try with above solution, check if the issue is solved.
Best regards,
User | Count |
---|---|
26 | |
24 | |
9 | |
7 | |
6 |
User | Count |
---|---|
36 | |
33 | |
17 | |
10 | |
9 |