How to write the content of a notification to a file?

Post your questions and help other users.

Moderator: Martin

Post Reply
wfrcrd
Posts: 116
Joined: 27 May 2015 08:57

How to write the content of a notification to a file?

Post by wfrcrd » 15 Sep 2016 12:10

Hi , I know I miss the basis of programming so it's very hard for me to build something good.

On action "write to file" what should I write in the "text" field to write all the content of a notification displayed on statusbar?
For semplicity I mean all the notification displayed on statusbar.

Gimme examples please , thanks a lot!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: How to write the content of a notification to a file?

Post by Martin » 16 Sep 2016 19:05

Hi,

Assuming that the notification triggers the flow by a trigger Notification on Statusbar displayed, you could probably use action Write to File with text {notification_text}. Press enter in the text field if you want to append the next notification text on a new line in the text file.

Regards,
Martin

wfrcrd
Posts: 116
Joined: 27 May 2015 08:57

Re: How to write the content of a notification to a file?

Post by wfrcrd » 16 Sep 2016 23:56

Yes !! thanks a lot!!

Post Reply