Program Status - in a field | Community
Skip to main content
Roni_Menashe1
New Participant
June 26, 2020
Solved

Program Status - in a field

  • June 26, 2020
  • 1 reply
  • 3865 views

Hi

I would like to know if it's possible to show the program status (any program, success status) in a field\emails\token?

trying to automate program participation details, and I got the program name, date, and now trying to add into the mix the program status

 

thanks, 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Unfortunately, no. Even the new Program Member-level custom fields are not available as tokens themselves (they're viewed/exported on the Members tab).

 

Of course if you set some other custom String field to the same value as the (most recent) status, you can include that in an email. It would only record the most recent combo of Program & Status, though. To do more than that, you'd pretty much have to use a webhook to maintain a JSON (Textarea) field which holds all the person's current Programs & Statuses. A bunch of different ways to almost skin the cat, but no way that's exactly what you seem to want. Is this to put in an Alert?

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 26, 2020

Unfortunately, no. Even the new Program Member-level custom fields are not available as tokens themselves (they're viewed/exported on the Members tab).

 

Of course if you set some other custom String field to the same value as the (most recent) status, you can include that in an email. It would only record the most recent combo of Program & Status, though. To do more than that, you'd pretty much have to use a webhook to maintain a JSON (Textarea) field which holds all the person's current Programs & Statuses. A bunch of different ways to almost skin the cat, but no way that's exactly what you seem to want. Is this to put in an Alert?

Roni_Menashe1
New Participant
June 28, 2020

mainly on Alerts yes, nothing else

I can create customer field, and update that status there each time, but it's not a real automated flow 

SanfordWhiteman
New Participant
June 28, 2020

Yeah, the feature isn't ready for full-spectrum use right now.