Thank you so much for replying!
I’m able to launch a predetermined video using the method in the forum advice, but I can’t display a youtube search of a user’s string value.
Those code blocks open up the youtube app, but it doesn’t display the search option. It tries to display a video with the ending url of “results…=” which obviously returns an error.
This post that I found in the search you linked, seems to also be trying to accomplish the same type of thing I am, albeit a different approach. Unfortunately, the only response brings us full circle.
You mentioned that what I’m attempting might not be permitted the way I’m doing it, is there another approach using activity starter?
I’m convinced that there’s some complicated approach where you can do a background google search for a youtube video, return the url, use string splitter to separate the unique part from the rest of it, and then you can use the established method of a string joiner to join “vnd.youtube:” with the unique url of the video to display the video.
Thanks again for replying, your help is really appreciated!