Hey i tried using .remove to get rid of certain valie from smart multiselect field and I think I encountered a bug or I don't know how to use it.
x=[entry.y.x.transform(id).remove([entry.id])] inside ifttt integration rule works differently depending on object with id equal [entry.id] position.
If it is inner value of smart multiselect field it removes from x everything besides that object.
If it is the last element in smart multiselect field it works properly and removes intended object.
When you give a dynamically evaluated parameter (expression) to any function it's result depends on the context.
Meaning that it is evaluated agains the object currently in the context. In your case it is the "x" object, as this is where you are at when you navigate through the objects tree
Alex
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.