Page 1 of 1

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

Posted: 15 Sep 2016 12:10
by wfrcrd
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!

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

Posted: 16 Sep 2016 19:05
by Martin
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

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

Posted: 16 Sep 2016 23:56
by wfrcrd
Yes !! thanks a lot!!