Hello! I am trying to make a shortcut key here, but I need to use a display data workflow. For example, the Page B will need to use the parent group’s data from Page A. But, what I know so far is that display data works only for same page.
Your Page B will need to have a content type set and it will need to be of the same type of data as the parent groups data from Page A.
So, when a user does something on Page A to likely press a button within the Parent Group in Page A, to use the workflow action go to page and data to send would be parent groups thing, and you’d be sending them to Page B.
I am now trying to figure, how go to page will trigger a "show popup " action. I am thinking of page load, but page’s thing since it has data coming from previous page.
I have a thing that is created in Page B (via popup), users can view it also in Page A. So I made a quick or shortcut button in Page A.
So the idea is when users click that button in Page A, data is sent to Page B and popup element is shown after.
I’m naturally curious why you do not just create the thing in Page A
Best approach for sending to another page and showing popup, but again, I do not see the reason you need to navigate to Page B, when you can simply create the thing in popup on Page A.