Checkbox and radio Button is not working properly

My radio and checkbox button is not working, in my INPUT screen, the radio button works when i click on the option that i have choose, it works, but for the checkbox, it doesn’t work, the opposite happens in my update screen, the radio button does not work but the checkbox work. Oh and before i forget, my ListView screen does not show the inputted information that it gets from the INPUT screen

ListView CODE BLOCK:

INPUT CODE BLOCK:





image

UPDATE CODE BLOCK:



image

i build this code base on youtube and combining other code block into one (the images that i have provided is the result of me trying to combine other code block), seeking help from someone that can help me fix the code and teach me where i went wrong

AIA file:
CRUD_ORA_DB13.aia (97.1 KB)

Two issues
tinydn name space and check box block wrong arrangement

in INPUT screen , check box not arranged properly and in screen 1 you have changed the tinydb namespace so you have not get the list in screen1. now check the aia

CRUD_ORA_DB13_1.aia (97.1 KB)

thank you, though i have a question, how did you the checkbox in update screen be able to pick multiple? Because i want to pick multiple choices in the input screen

if you want multiple then remove all logic and use normal blocks…

sorry for late reply, will do