Forum Discussion

marenas's avatar
marenas
Contributor
4 years ago
Solved

Write to a Google Drive folder using Worksheet Writer

Dear community,

Does anyone know how to configure the Worksheet Writer snap to write to a specific folder in Google Drive?

Thank you!

  • Hello,

    You can achieve this by using a Mapper Snap with the following settings:

    Try it, and let me know if this helps.

    BR,
    Aleksandar.

7 Replies

  • IgnatiusN's avatar
    IgnatiusN
    New Contributor II

    Thanks. We wanted to take advantage of the data validator snap’s error output ability. We ended up adding a mapper in front of the data validator snap to convert them to boolean strings (“true”/“false”) and using the pattern matching on data validator.

    It would be good to have some clarity on how “Required” works. According to the documentation “Required” should work for all data types. We also tried to validate the date using “Type” validation for “date”, that didn’t work too.

    The validator appears to be working good only for string types.