LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Graph Paremeters change values

    Employee
    Posted 04-15-2015 16:10

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: felfajar

    I would like to be able to change a global parameter value though a node is this possible

    for

    str = "newParameterVal"
    {{^myParameter^}} = str

    I am trying to do it though a filter node

    Thanks in advance


  • 2.  RE: Graph Paremeters change values

    Employee
    Posted 04-15-2015 16:20

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    The Brainscript language doesn't have a facility for changing the values of parameters in that manner.

    Let's go a bit deeper.. what are you wanting to achieve?


  • 3.  RE: Graph Paremeters change values

    Employee
    Posted 04-15-2015 16:40

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: felfajar

    hi thanks for ur promptly reply, what I a want to achieve is to have either a global parameter or local parameter that will hold a date on a string format to be able to display it on an email, what I tried to do was to input the date on a string format using the email node but I am having trouble trying to capture the input, I have to do it as a brainscript parameter and brainscriptexp parameter and string parameter but no luck, how do you think this is possible, I hope I was clear

    thanks


  • 4.  RE: Graph Paremeters change values

    Employee
    Posted 04-15-2015 18:04

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    You can have the date stored as a field. That field can then be referenced in the E-Mail node. Something like the attached.
    Attachments:
    SendEmail.brg


  • 5.  RE: Graph Paremeters change values

    Employee
    Posted 04-15-2015 21:38

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: felfajar

    Originally posted by: ryeh
    					

    You can have the date stored as a field. That field can then be referenced in the E-Mail node. Something like the attached.
    Hi, thanks for that, I did try that graph and solves part of my query, the only thing I would also like to do is to be able to reference that same string inthe subject and on the attachment that is why I was looking at parameters, is that possible

    Thanks once again for your help


  • 6.  RE: Graph Paremeters change values

    Employee
    Posted 04-16-2015 05:29

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    Try this: https://infogix.zendesk.com/hc/en-us/community/posts/360050709314

    That way, you can create a file, rename it with today's date, and then e-mail that as an attachment.

    Does that work for you?