KnowitallNZ Posted August 19, 2017 Report Share Posted August 19, 2017 Hi, I am currently making a form in caspio. When testing my form I get the error values cannot be submitted due to a data restriction. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
0 Mathilda Posted August 21, 2017 Report Share Posted August 21, 2017 On 8/19/2017 at 11:29 PM, KnowitallNZ said: Hi, I am currently making a form in caspio. When testing my form I get the error values cannot be submitted due to a data restriction. Thanks in advance. You may check your formula fields in table, I suppose that you submit a value in a field which causes error in formula Quote Link to comment Share on other sites More sharing options...
0 JolliBeng Posted March 10, 2019 Report Share Posted March 10, 2019 Hi KnowitallNZ, There are different factors that may cause that error. You may want to refer to this forum post: -JolliBeng Quote Link to comment Share on other sites More sharing options...
0 RuisiHansamu Posted March 14, 2022 Report Share Posted March 14, 2022 Hello, just want to update or share this forum post that is similar to this error. Specifically to 'Values cannot be submitted due to a data restriction' Feel free to read and this will surely help you be aware when configuring your Table, Relationships, Triggers, and DataPage. ' Quote Link to comment Share on other sites More sharing options...
0 MVPofInnovation Posted December 18, 2022 Report Share Posted December 18, 2022 I got this error after updating a triggered action. The cause was a mismatched data type between the field I wanted to update and the field that contains the data. The thread referenced by RuisiHansamu is basically the same problem, in reverse. They changed the data type of their table field which caused a mismatch in a data type used in their triggered action commands. (The moral to the story here is don't change data type for a field that has any data or dependencies. To make a data type change, best to create a new field and configure relationships, forms and triggers to switch from the old to the new.) If you see this error, it's likely caused by a calculation somewhere. Quote Link to comment Share on other sites More sharing options...
0 Queso Posted December 27, 2022 Report Share Posted December 27, 2022 Hi! Just to add, if you already checked the obvious reasons (Triggered Action setup, Formula, and Table Relationships) but still getting the same error, the last option is to contact Caspio Support because the DataPage/Table may be corrupted. Quote Link to comment Share on other sites More sharing options...
0 DaveS Posted February 3, 2023 Report Share Posted February 3, 2023 All, just wanted to throw in something that I should have realized from reading this thread... but it would have required me to read between the lines. I was running into the above error when trying to run a trigger that inserted records into a subordinate table. The problem was that the child table had referential integrity turned on, and since the insert of the parent record isn't complete until the trigger runs, it was failing the referential integrity check. Also, something that helped me figure this out (because I wasn't smart enough to check the relationships first, and just thought I had written the trigger poorly): I created a duplicate of the table I was trying to insert into. It worked just fine. That should have been my clue that it was the relationships / referential integrity! Quote Link to comment Share on other sites More sharing options...
Question
KnowitallNZ
Hi,
I am currently making a form in caspio. When testing my form I get the error values cannot be submitted due to a data restriction.
Thanks in advance.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.