Hello everyone,
I've been thinking to update accounts using smartlist. I mean, depending the value selected in the smartlist, use a BR and point to that value.
Ex:
The user selects the value "Account_A" in the smartlist, then I point to that selection to update the value of the account A dynamically.
I've read about use @MemberAT function, and it's validating the code. The problem arrives when running the rule, it seems it's not getting the smartlist ID number properly.
The code:
@Memberat(@Relative(Accounts,0),Smartlist intersection value)=1;
The error:
single numerical argument expected in function [@_MEMBERAT]
Also tried the following method:
@MEMBER(@CONCATENATE(“HSP_ID_”,@HspNumToString("SmartlistvalueIntersection")))
It runs without no error but don't do anything at all.
THanks and Regards,