I’m following a Jeppe tutorial here
The process he builds demonstrates launching a process from within an email link. Basically he sends the link in the email that holds the URL string of a Public App. Once clicked by the user, this app reads the query string supplied in the URL string, and launches a process with those as input arguments to the process.
However, nothing works as he shows in the video now. The Public App checkbox is now disabled, for one thing. Second, when clicking on the URL, the app does launch, but the arguments are not being read. Is this still possible?
I want to be able to launch a process from a URL, whether I use the Public App intermediary or not.
Is this possible? If so, how to read the query string of a URL to supply arguments?
I’m using Community Edition