Request-Response Action #274
Unanswered
NourEldin-Ali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @rsoika,
I added a button to the proporties panel, and I'm trying to have a request-Response Action with the server:
1-Click on button (client side)
2-receive the action (server side)
3-send response (server side)
4-show alert that the task done (client side)
I tested with dispatch action it work but without inform the user that the task is done.
I followed tutorial but it contains some errors, and after resolve it, I'm always have an error in the server side (receive the action but directly go to exeption error).
Could you please help me, or if you can refer me to a code that already use request-response Action.
Thank you in avance for your response.
Beta Was this translation helpful? Give feedback.
All reactions