6 thoughts on “Using Login Flows for something other than security!

  1. Thanks for sharing this! I was trying to use your formula for the current date, copied and pasted it in but it keeps giving me a syntax error? Any ideas on what I might have done wrong?
    Thanks Julie R
    The Seed Company

    • Hi Julie,
      Appreciate the comment! Always neat to hear that the blog is being looked at!

      Couple further questions for troubleshooting.
      1) are you receiving the error upon saving or upon running the flow?
      2) is your formula component set to text?

      andrew

      • 1) I receive it upon saving it, running it works fine. It will not allow me to Activate it, only says it is a draft.
        2)Yes, this is what I have as my formula.
        TEXT(YEAR({!$Flow.CurrentDate}))&”-“&
        TEXT(MONTH({!$Flow.CurrentDate}))&”-“&

        IF(
        LEN(TEXT(DAY({!$Flow.CurrentDate})))=1,
        “0”&TEXT(DAY({!$Flow.CurrentDate})),
        TEXT(DAY({!$Flow.CurrentDate}))
        )

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s