Trying to submit Form data to simpleDataStructure

Trying to submit Form data to simpleDataStructure

Comments

  • [font=Roboto, Arial, Helvetica, sans-serif]Hello, Im trying to submit form data to a SimpleDataStructure. I am using a create data function and passing the needed parameters. However, I do not see the data being stored. I dont get any errors and not sure if I can store directly to the SimpleDataStructure via the function Im using. I attached a file with my form / create data examples for your review. Thanks[/font]

  • Hello,
    The Create Data step is used to create objects to be used later on in the same flow; however, it is not used to save data to the database. What youd want to place after the Create Data step to save your changes to the database structure is the Create [Name of SimpleDatabaseStructure] step. That step can be found at User Defined Types > Database Structures > [Name of SimpleDatabaseStructure] > Create [Name of SimpleDatabaseStructure]. Hopefully this helps!

Sign In or Register to comment.