Can I extract text from Join text push in Eventghost?

Discussion in 'EventGhost' started by GoldenSparrow, Feb 14, 2019.

  1. GoldenSparrow

    GoldenSparrow New Member

    Joined:
    Feb 14, 2019
    Messages:
    3
    Likes Received:
    0
    I'm trying to use IFTTT to push a string with a variable through Join to Eventghost
    Ex. "Message $"
    →Pushes: message_$

    I then need to be able to extract text from the pushed text. Any help here?
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
  3. GoldenSparrow

    GoldenSparrow New Member

    Joined:
    Feb 14, 2019
    Messages:
    3
    Likes Received:
    0
    Thanks man, but I've read through that. What I'm trying to do is extract different segments of text. For example getting it to recognize a class of instructions based on the initial word, and read the text after that as dynamically generated input.

    ex. →[software to open]_[field to target]_[text to enter]
    ie. → facebook_new post_hey everybody

    Is this possible?
     
  4. GoldenSparrow

    GoldenSparrow New Member

    Joined:
    Feb 14, 2019
    Messages:
    3
    Likes Received:
    0
    Preferably it would also be nice to do the same with numerical values
     
  5. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    That's mentioned in this part :)
    • If you use AutoRemote’s command system in a message sent to EventGhost, all your parameters (words to the left of =:=) will be available to use in other EventGhost actions. Use {eg.event.payload.arpar[0]}, {eg.event.payload.arpar[1]}, etc to access them. To access your command (phrase on the right of =:=) use {eg.event.payload.arcomm}.
     

Share This Page