I’m not sure if I’m even characterizing my question correctly. Here is the situation:
- I want my Zap to send the string {{Date:DDD}} to a text file in Google Drive. From there, I have an desktop automation that transforms it into a markdown file which is ingested by Obsidian.md.
- The problem is that Zapier uses the double brackets to indicate an internal field within the Zap. Thus it returns “No Data” and doesn’t pass the string to the text file
- I’ve tried to use backslashes (e.g. \{\{ and \}\} ) but then all I get is “Date:DD” passed to the text file. I get the same result when enclosing the string in quote marks.
Does anyone know how I can get the desired string into the text file without Zapier processing it as an internal field?
Thanks!
Jack