I have a modal that triggers an API call when it’s opened. So far so good and it works!
But the result of this API call is a URL with a path for an image. I need to change the image component source with the result of the API Call.
Just to be complete:
I already saw how to fire the API after the modal is open. I’ve been able to add a second action that can change the value of the URL on the image component. I don’t see a way on how to link both of them.
I haven’t seen a way to do it. Help?