chrillek Posted November 3, 2022 Share Posted November 3, 2022 I apologize for the longish title, please shorten as you see fit. What I want to achieve: - The user selects an URL and activates Universal Actions - They get presented with the choice to search for that URL in DEVONthink's url fields - When they choose that action, the appropriate script filter runs and - shows the result from DEVONthink in a new Alfred window, clicking on one of them takes the user to the appropriate record in DEVONthink. I'm fine with the first three points, they work. However, I have no idea how to present the found records to the user again for selection. In an Alfred workflow, that kind of happens automagically when it "sees" the JSON object with the items. But it seems that Universal Actions work very differently – is it somehow possible to achieve what I want or am I getting the idea of Universal Actions utterly wrong? Link to comment
vitor Posted November 5, 2022 Share Posted November 5, 2022 I’m not certain I understand the question. A Universal Action triggers on a certain type of input and passes it along. So if you do it on a URL, it’ll pass that URL along to the next object (check the debugger). However you use that URL is then up to you. Link to comment
chrillek Posted November 5, 2022 Author Share Posted November 5, 2022 Thanks for getting back to me. I guess I was making it overly complicated. I'll play around with it (instead of just thinking about it) and see where it gets me. vitor 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now