hi, i have a list of checkboxes and when the checkbox is clicked i want to create a custom data type from the text in the checkbox and then add it to a list of that data type in another elements custom state, i know in the paid plan you can use “schedule API workflow” but what about the free plan, is there a plugin that would help
i have 2 data types, helper and helper_name, helper_name just has the type field which is a text and helper has the type field and the range field which is a number, repeatingGroup helper_name displays the types of 4 helper-names with a checkbox, when i click on the checkbox i want to take that text and convert it to a helper with that text as the type and a range of 0 and add it to the selected state of repeatingGroup helper, i need to do this using the free plan, is there a plugin that would help