Hi.
I would like to implement a system that includes the following features:
Regarding No. 3, please tell us whether it can be realized or not.
1. Create a list from a data entity containing video URLs.
2. Set up a link that will take you to some interface when you click on the list.
3. Dynamically change the video displayed in that interface based on the URL of the video registered in the list.
Thank you.
Discussion posts and replies are publicly visible
Yes, this is simple to do.
Do you have any more specific questions?
Click a link from the list to the interface → pass the list information (video URL) to the interface.
I don't have an image to realize this process.
Does the list utilize the record list? Or create from an interface?
Is this process realized in a process model?
I also want to know about the components of the interface.
Is there a way to pass a URL (or some text based data) to an interface component without basically using variables or constants?
The external component brought by the plugin cannot accept variables and constants, and I would like to know if there is a solution.
Please forgive me for asking something very fundamental and basic because my knowledge is shallow.
For me, this feels like a candidate for the following pattern
https://docs.appian.com/suite/help/23.2/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html
I suggest to start with this and adapt it to your needs, based on the knowledge you gained in the trainings you did to get the Appian certification.