Hi, all!
I just prepared my site to get data nd put It inside a ri! to send to a table at DB, i tested at model process and just worked good, but when I try to do on the site give the follow problem.
Can someone help? I really need make it works.
Discussion posts and replies are publicly visible
Can you share a bit of sample code and/or a screenshot of the interface configuration? To confirm, does the interface which references "ri!userData" (as seen in the error message) actually have a Rule Input called "userData"? Usually a top-level Site interface can't have Rule Inputs defined at all, so it makes me wonder whether there's some high-level structural / fundamental configuration issue around this which is causing this error.
If need more information just say that I send
In what manner is the pictured interface being called from the top-level Site interface?
When I try to access by the link
Interfaces as a page in a Site do not allow rule inputs. This is what the red triangle in the screenshot tries to make you aware of.
And How can I send data to a DB from site if doesnt work RI?
The standard method of doing that is via a process - either launched via a Related Action or manually created on an interface using a setup perhaps involving a!startProcessLink() - the user would then enter any data on a form contained in a User Input Task, then after submission, the process model would use a Write to Data Store node to commit the new / changed data to the DB.
Then, make this UI the start form of that process model and use that model as the page content.