Trigger Query from Custom Component on input change and then pass the result of data back to same custom Component

How to do it any example, my component is rendering infinitely on loop

If you have it working but its looping you could change to trigger on submit instead of input change.

Hi @rishabhtatia, I would agree with biz that you'll want to change how the event is triggered in your custom component so that it isn't triggered when the Custom Component model updates. Did biz's answer help you sort this out or are you still blocked here? If not, could you share some screenshots of your current setup to better help us understand your situation?