Hey all!
I was wondering if someone would be willing to help me.
I have a repeating group that shows different things from my database right?
Well I have in put box and a button to send that info to the repeating group; however, it is not working. Can someone help me?

Thanks
Can you confirm that the CAD record has been created successfully in the database? If not, it could be worth debugging the action.
If the record exists in the database, have you double checked that there are no constraints in the Data Source query that are preventing it from being displayed?
-If the CAD record would be under data, app data, all CADs, then no. The record has not been created.
-There aren’t any constraints preventing it from being displayed.
Thanks for the help.
~Jess
Ok, so it seems your action to create the new CAD record is failing.
You can debug the action by running your website in preview mode, and then you should see a debugger window at the bottom of the page. If you run it in Step-by-step mode you’ll be able to see the field values being passed to the database. There’s documentation on using the debugger which may be helpful.
It’s possible that one of the fields on the CAD is set to the wrong type. This should normally be automatically flagged as an issue in the Design tab and also in the “Create a new CAD” action the expression may be highlighted in red.
That fixed it. Thank you so much 
1 Like
Glad it helped 
Please mark the thread as solved so that others know you’ve found a solution. Thanks.