You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title says: I'm trying to do a movie import from themoviedb, and I have a couple boolean prompts with questions for some extra data I want to add. I.e.:
watched: this sets watched to true, and also sets watchedDate to current date.
with wife: if I watched with my wife or alone. If yes, adds her to watchedWithPeople. Otherwise, that's an empty string (since I guess we need to join arrays in a string.
The problem is that false and "" leads quick add to prompt me for the values again...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As title says: I'm trying to do a movie import from themoviedb, and I have a couple boolean prompts with questions for some extra data I want to add. I.e.:
watched
to true, and also sets watchedDate to current date.watchedWithPeople
. Otherwise, that's an empty string (since I guess we need to join arrays in a string.The problem is that
false
and""
leads quick add to prompt me for the values again...Script Code:
Template:
Beta Was this translation helpful? Give feedback.
All reactions