Hi, I made an element for Autocomplete address from Google Places API:
This element uses a set of variables for its work, for init_value in inputs and for workflow
Now a question, I need to copy this component to all forms where it will be used (many forms). And in some forms there can be 5 such components in one form
Is it possible to do duplicate variables while duplicating the component?
If I just click duplicate, the component is duplicated, but the variables remain the same
What is the best solution for this, would I really have to manually create variables for each component and reassign them within the component and workflow?