I am trying to create a source component that has an input when the input field is getting entered my dynamic should get invoked. Is there any way to achieve this in the source components? I have implemented the same with action components but have not been able to do it with source components.
I really appreciate any help you can provide.
Hi @rocky.chandel77,
Currently, dynamic options are not supported in source components like they are in action components. Source components have a different structure and do not support the same options method as action components.
If you can provide more details about your use case, I might be able to suggest an alternative approach or workaround.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.
@mario My goal is to achieve to display a list of data dynamically according to the data entered in the input field of the source component.