I'm trying to automate a couple of processes that would results in new Evernote notes based on URLs.
Anyways it looks like in the following code nnote is the missing value (instead of pointing to the newly created note):
set nnote to (create note from url tabURL notebook notebookName tags tagList)
In the following code tnote is correctly pointing to the newly created note:
set nnote to (create note from url tabURL notebook notebookName tags tagList)
Is there any workaround for this behavior?
I can imagine something like introducing a delay, searching for the note using the original URI and then making any changes on that. Is this the only way?
Idea
alexp 0
Hi,
I'm trying to automate a couple of processes that would results in new Evernote notes based on URLs.
Anyways it looks like in the following code nnote is the missing value (instead of pointing to the newly created note):
In the following code tnote is correctly pointing to the newly created note:
Is there any workaround for this behavior?
I can imagine something like introducing a delay, searching for the note using the original URI and then making any changes on that. Is this the only way?
1 reply to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.