Sorting table in front-end composer #552
Replies: 1 comment 2 replies
-
Hi @rmuller-vu, I'm not sure I'm understanding what you would like to do and what are you expecting. Can you add more details to help you in the best way? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What product are you having troubles with?
Console
What Console version are you using?
1.102.8
Description
I am trying to use the response from an http event to send information to a custom component. I have added the
triggeredBy
property but the data is null. In the below example when confirm is selected on the require modal it makes an http GET request tohttps://someurl/route
and receives back a payload. I added thetriggeredBy
property with the value ofdata_1
. When I try to use thedata_1
in theonSuccess
event.Actual Outcome
No response
Expected Outcome
No response
Beta Was this translation helpful? Give feedback.
All reactions