Can we get a list of journeys and faqs in a specific category using functions?

Hi Team,

We have a scenario where we want to showcase contextual QR buttons specific to a page/screen user is on being shared in a payload.

E.g. We have a category “User Registration” and it has 3 journeys (Add User, Edit User, Delete User) and a few FAQs (What all documents are required for registration, How can I reapply if my application has been rejected, etc)

Now, we get the context “User Registration” in the payload and want to show these 3 journeys and 3 FAQs.

Can we get a list of journies and faqs in a specific category using functions or any other way to make the use case dynamic?

@RavinderMalhotra a good way to do this is to use the journey payload option we have. A new journey could be created with a QR that connects to the contextual journeys.

for example, if the user is coming from User registration page. We connect the page to a dummy journey with QR having 3 journeys and 3 FAQs. I hope this helps