I’m creating a CRM style app - within this app I have a ‘Competitor Feature’ list. Similar to G2 for those that are familiar (Repeating Group of user-input competitors with their features listed).
When I click between each competitor (on the left-hand tab), sending the data to display that competitor’s info works fine. However, for some reason when I want to add a new feature or even change the input (Make changes to a thing - parent group’s competitor - Feature = this inputs value), it still changes each feature for each competitor.
Your condition is not correct. It basically will always be true that way. That is why it keeps creating a new one each time. You need a check if the parent group competitor is empty. If it is empty, create it, otherwise make changes to a thing.
@tobixzybolumole@J805 thank you both for the pointers. I have another pop up ‘Create Competitor’ which allows the user to fill in the competitor details so I don’t want the feature button to create a competitor whatsoever.
Is there a way that when the user ‘adds feature’ it relates to that specific competitor?
I think you must have another workflow triggering somewhere else then. Use the step by step to see where the create a new thing happens. You can follow the workflow to see what is happening and why.