predefined widget for custom actions

how to implement predefined widget in custom actions?

Solved Solved
0 3 263
1 ACCEPTED SOLUTION

@vanitharaj1208 it is not supported at the moment. However, there's already a feature request for it. Please get in touch with support to receive a public issue tracker link for tracking its progress. 

View solution in original post

3 REPLIES 3

Can any one reply ?

@vanitharaj1208 it is not supported at the moment. However, there's already a feature request for it. Please get in touch with support to receive a public issue tracker link for tracking its progress. 

+1 to F3rz about roadmap.

There is a way currently, but unfortunately it's quite difficult

You can drag in the Prebuilt widget, then just copy the HTML/JS code out, and paste it into your own widget
However
You ned to reverse engineer the code to utilise your own data structure, which is quite complex