Quote:
Originally Posted by ownedbycats
Just open the chain and remove the last action, I forgot to remove it.
|
Brilliant, thank you again.
I think I have managed to modify this chain to use the dates from my kobo which the Kobo Utilities plugin copies over. I'm adding it here in case anyone is interested; you might need to change the column name "#kobodernierelecture" to match yours and also I formatted the dates as yyyy MM dd.
Here is what mine does (I couldn't figure out how to make a strike-through so I put the deleted steps in grey):
1. Sets #lastread (datetime) to current datetime. (duplicate: the Kobo plugin copies this time automatically from the Kobo, into the #kobodernierelecture column)
2. Sets #percentread (integer) to 100. (duplicate: automatically copied by Kobo plugin)
3. Increments #timesread (integer) by one.
4. Prompts to set rating (rating).
5. Copies the date from #kobodernierelecture to #readdates (taglike) as 'yyyy MM dd' - (2024 01 16). Changing the format should be simple if you prefer something else.
Thank you again Ownedbycats, unfortunately I can't give you more karma yet but this is really helpful and now I have learned how to use an Action chain as well.