Mohammed Ali Albatran Posted April 20, 2022 Share Posted April 20, 2022 (edited) Hi, i am trying to create a signal by using $signal1.combineWith($signal2) but unfortunately it does not work . purpose of this getting signal by creating signal of tow signal or signal of signal and condition Edited April 20, 2022 by Mohammed Ali Albatran Link to comment Share on other sites More sharing options...
Thorsten Vogt Posted April 20, 2022 Share Posted April 20, 2022 Hi, the error means that you are referencing a variable that is not defined in your variable list. You should change your variable "$signal1" in the formula to a variable you have in your variables list: 1 hour ago, Mohammed Ali Albatran said: getting signal by creating signal of tow signal or signal of signal and condition Also be aware that you cannot use a signal and a condition together on combineWith(). You can combine either signals only or conditions only. Regards, Thorsten 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now