Automation to create a new record in a subitem field
Jon Darbyshire
Hello David Coenca! Following up on this:
- Can you provide a specific example of a workflow where this automation would be beneficial?
- What type of data would you like the new record to contain?
- How frequently would you need to use this automation?
O
Oleksii Fischer
Hi Jon Darbyshire, for example, simple shopping cart functionality. You have a nice "Order and Billing" template, it's already enough to use, but in the "Order" table you have created a field of type "Sub-Items" for the list of items in the order. These items can be created manually as a SmartSuite user or by just using http client for python or any other programming language (with Make you will get some redirects). For example, SmartSuite form view doesn't see this column and any other form builder doesn't see it either.
If you try to do some automation with Make, you won't get this field either.
My current project is a simple order process for B2B, and I convinced my customer to switch to SmartSuite for it. But eventually I need to do a drum dance to make this simple function automatic.
I hope my comment was helpful to you