If-then with variables

Post Reply
netaware
Member
Posts: 20
Joined: Tue Jul 30, 2024 7:11 pm

If-then with variables

Post by netaware »

Hello,
I do not know Node.js. I want to use log job info app to log only certain jobs, ie if job private data contains XXX text, add this text to the Admin portal.

Can i use IF-Then in "Define single-line text with variable" or do i need to script that?

I hope i explained this well.
jan_suhr
Advanced member
Posts: 687
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: If-then with variables

Post by jan_suhr »

You can try the app Get Switch log messages
https://www.enfocus.com/en/appstore/pro ... g-messages

With it you can select which messages you will catch from the log. You can define anything from the whole Switch down to a specific element in a specific flow.
You can then take the message you get as a Private data and for example send in an email to the Switch administrator.

It is very useful for testing new flows or for flows that you need special attention from.

Other wise with your if then approach you need to script it your self
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
netaware
Member
Posts: 20
Joined: Tue Jul 30, 2024 7:11 pm

Re: If-then with variables

Post by netaware »

Thanks! it sounds like something i could use!
Post Reply