I ll check it, for now I was using only webcore and now maker api because it was the way explained in a post I found while I was searching about this, so I was just not aware that the rule machine API could do the job... I had not the need to use it so I havent explore it!
Sorry but I m not sure on how to do exactly, I just create a new rules with cloud end point. Now it ask to create an action, if if I choose update variable, I must select a variable to update. Is it the right way? In your url, its like we could specified the variable to update there setHubVariable=myVariable:example%20value?
So not sure if I m doing well!
Also, I see that I can create other variable from there, it looks like separeted from my other variable, what is the difference ?
Thanks again!
I should have missed something... it works but the hub variable not updating, but I see the content inside the rules... here my sheet formula (I merged all the stuff inside one formula) followed by the rules
it looks like it try to update a local variable...
Does it work if you URL-encode the variable name? So %20
instead of spaces, and likely %C3%A9
for the Γ©
? (I'm not sure what the two comments for each name above mean.)
I would definitely recommend simple names for hub variables in general in either case, though anything that isn't specifically not allowed should work...
Yes, it fail, I already tried when I saw that it was not working the first time... I use this name because it was ok with the maker api so I did not changed it.
its working for a variable called test. I think that its maybe from the encoder/decoder thing. I think that the variable name get encoded if I check the response
But maybe on the hub side, it just decode the string and not the variable name... so it searching for business%20legendaire%20nouvel%20abonnΓ© that not exist...
I may be wrong but it would be the simple explanation!
I just test with a variable named business%20legendaire..... but it was not working so my point on previous post should not be good...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.