hi! I have a custom action which joins a few strings from input text fields. I want to display the action output in another text field on button click.
I'm currently printing the outputted string to the console successfully but, the text field fails to update with the return value of the custom action.
I'm setting the return value to app state and, asking the page to rebuild (which I thought would update it) but it doesn't seem to. Does anyone have any advice?