I have a reusable component that I give it a user ID.
In there, it has a group that looks up a user ID.
Then I click import and it will trigger a backend workflow that will send an API call and will get back info about the user.
The backend workflow will then create a new record in the DB and update it with the info given.
The problem is that the input on the page is not updating. I need to f5 for it to display the data
Is there a way to force reload a data source?
Have tried custom states, return info from API and more…
It works if I don’t use a back end workflow. But I don’t want API request to be send via users device.