I am unable to save data from an edit form. The form uses the row selected from a data list to display in the edit form. I have a custom connector that has two actions (GetCustomers - gets ALL customers for the data list AND PostCustomer - *should* save data upon clicking on the save button below the edit form. I have something wrong/ some misunderstanding how this should work.
I started with "Save Form(EditForm)," but I was told that would not work for custom connectors. Now I have DefPocApi.CustomersPostCustomer({Customer}) - this is not correct either.
Connector Name: DefPocApi
Action: CustomersPostCustomer - should save {Customer}.
I would appreciate any help