Using my.token in Change Program Member Data New Value | Community
Skip to main content
Vidhi_Kare
New Participant
June 16, 2021
Solved

Using my.token in Change Program Member Data New Value

  • June 16, 2021
  • 2 replies
  • 4767 views

Hi,

Hope everyone is doing well.

I just had a quick question if anyone has come across the scenario.

I am using Change Program Member Data in my Flow step and in new value, I used my.token value. I have created a score type token so I expected it to increment the value each time the member will run through the program. As it is doing for change score in flow step.

However, for Change Program Member Data , it is not working like a score token, is it because it is a string datatype field.

Please find screenshot of flowstep & token :

 

Any help will be appreciated.

 

Kind Reagrds,

Vidhi

 

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
You've gotta use a Score. Even using a webhook won't work as a workaround, since it can't write back PMCFs.

2 replies

Katja_Keesom
Community Manager
June 23, 2021
Vidhi_Kare
New Participant
June 23, 2021

Ahh cool! Yeah it will be a good to have 🙂

SanfordWhiteman
New Participant
June 16, 2021
Yes, Score tokens go with Score fields and Change Score.
Vidhi_Kare
New Participant
June 16, 2021

Hi,

Thank you for reply. I appreciate it.

Is there a way to increment a value in Change Program Member Data in Flow step each time a member goes through the program.

Or If one of the person fields is holding the incremental value i.e. the score of a member,  then is it possible to use that field in New Value in Change Program Member Data so that it will also reflect the changed number. I think since it is string data type so it will just print the name and not the value inside the person field.

 

Kind Regards,

Vidhi

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 16, 2021
You've gotta use a Score. Even using a webhook won't work as a workaround, since it can't write back PMCFs.