Store values in array in AutoNotification

Discussion in 'App/Feature Suggestion' started by soumyaranjanmahunt, Jan 5, 2019.

  1. soumyaranjanmahunt

    soumyaranjanmahunt Member

    Joined:
    Oct 8, 2018
    Messages:
    120
    Likes Received:
    4
    I have task where i use subtext of outlook notification to get email id when i cancel it and then use a plug in to process the information.

    But the problem is i use multiple accounts with outlook and when there is multiple notification cancellation it just stores the last cancelled notification subtext and does task on them.

    Also storing button action and texts in array will make processing a lot easier.

    Sent from my ONEPLUS A5000 using Tapatalk
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Can you please export your profile's description (not xml) so I can take a look? Long-click the profile in Tasker->export description Thanks in advance
     
  3. soumyaranjanmahunt

    soumyaranjanmahunt Member

    Joined:
    Oct 8, 2018
    Messages:
    120
    Likes Received:
    4
    As requested, exported profile(ignore last two tasks, they are for testing purposes)

    Profile: Mark Mail As Read (12)
    Event: AutoNotification Intercept [ Configuration:Event Behaviour: true
    Notification Type: Only Cancelled Notifications
    Cancel Reason: User cancelled,User cancelled all,Other app cancelled,Other app cancelled all
    Notification Apps: Gmail,Outlook ]
    Enter: Anon (13)
    A1: Variable Set [ Name:%emailid To:%ansubtext Recurse Variables:Off Do Maths:Off Append:Off ]
    A2: Get messages [ Configuration:From %emailid with query Timeout (Seconds):600 ]
    A3: For [ Variable:%email Items:%mtids() ]
    A4: Modify message [ Configuration:Action: Mark read Account: %emailid Id: %email Timeout (Seconds):0 ]
    A5: End For
    A6: Flash [ Text:%ancancelreasontext:%ancancelreason Long:On ]
    A7: [X] Flash [ Text:Marked mail as read Long:Off ]


    Sent from my ONEPLUS A5000 using Tapatalk
     
  4. soumyaranjanmahunt

    soumyaranjanmahunt Member

    Joined:
    Oct 8, 2018
    Messages:
    120
    Likes Received:
    4
    On sidenote, i think it can be done with Autoweb plug in right?? Could you help me on that??

    Sent from my ONEPLUS A5000 using Tapatalk
     
  5. soumyaranjanmahunt

    soumyaranjanmahunt Member

    Joined:
    Oct 8, 2018
    Messages:
    120
    Likes Received:
    4
    After selecting run tasks in parallel when collison occurs, it works fine.
    Can you help me with Autoweb though, to accomplish this profile??

    Sent from my ONEPLUS A5000 using Tapatalk
     
  6. soumyaranjanmahunt

    soumyaranjanmahunt Member

    Joined:
    Oct 8, 2018
    Messages:
    120
    Likes Received:
    4
    After selecting run tasks in parallel when collison occurs, it works fine.

    Can you help me with Autoweb though, to accomplish this profile??

    Sent from my ONEPLUS A5000 using Tapatalk
     

Share This Page