[Request] Make Quiver Dashboard dynamic

[Request] Make Quiver Dashboard dynamic

Would it be possible to allow the user to define the RID Quiver dashboard that has to be displayed?

image

it’s currently using a resource picker, and doesn’t us use a variable with the desired RID

2 Likes

Indeed, this is currently not supported by our product.
However, if the number of distinct values for RID is not too high, then you could have different sections that would be shown/hidden (using conditional visibility) based on that RID variable.
If RID = AAA, then you show the section containing the quiver widget corresponding to RID = AAA, etc.
I know it is a bit cumbersome and depends on how many different rids you have, but that could at least unblock you.

Thanks for the response @maubert !

This is indeed my current approach, but maintenance is insane. I need to edit the workshop every time a new possible RID is added. How far away from Beta is the real solution?