Has anyone solved for this, please?
I'm using a Search component to search for existing records that could be part of a many-to-many relationship. Ideally, I'd like to have an action that will allow me to link an existing record to the object I'm working on.
Should be pretty simple stuff except: The return object actions don't run in the context of the row you're executing them on so for example, I can't use {{Id}} to update my object. I end up with the Skuid ID rather than a real Salesforce ID.
Interestingly enough... I can do it as a Select action and it works fine; however that's a less ideal user experience since it's not clear that simply clicking the result will kick-off actions.
Help, please!
I'm using a Search component to search for existing records that could be part of a many-to-many relationship. Ideally, I'd like to have an action that will allow me to link an existing record to the object I'm working on.
Should be pretty simple stuff except: The return object actions don't run in the context of the row you're executing them on so for example, I can't use {{Id}} to update my object. I end up with the Skuid ID rather than a real Salesforce ID.
Interestingly enough... I can do it as a Select action and it works fine; however that's a less ideal user experience since it's not clear that simply clicking the result will kick-off actions.
Help, please!