Hi! Within Umbraco Heartcore, I'm looking to create an Umbraco node upon submitting a form. In the backoffice the UI suggest that this is possible, see screenshot below:
However, after configuring this workflow, and getting the form by calling the Umbraco Heartcore REST api (/forms/{id}), I see nothing related to my configured workflow coming in. The JSON I get is the same as the example in the docs (https://docs.umbraco.com/umbraco-heartcore/api-documentation/content-management/forms#get-by-id). Am I missing something, or is the workflow part of forms not included in the JSON response (yet)?
If this is indeed not possible, could you point me to another way to programmatically create content nodes in Umbraco Heartcore?
Umbraco Heartcore forms flow create Umbraco node
Hi! Within Umbraco Heartcore, I'm looking to create an Umbraco node upon submitting a form. In the backoffice the UI suggest that this is possible, see screenshot below:
However, after configuring this workflow, and getting the form by calling the Umbraco Heartcore REST api (/forms/{id}), I see nothing related to my configured workflow coming in. The JSON I get is the same as the example in the docs (https://docs.umbraco.com/umbraco-heartcore/api-documentation/content-management/forms#get-by-id). Am I missing something, or is the workflow part of forms not included in the JSON response (yet)?
If this is indeed not possible, could you point me to another way to programmatically create content nodes in Umbraco Heartcore?
is working on a reply...