How to reference a supplemental table with dynamic variable - Push
Hello, how are you?
I want to implement a program with mobile push. The audience will be obtained from a view (schedule filter or view), which contains the RIID_ and STOREID, as shown in the image 1.
It is possible to use the STOREID as a variable in the communication and the push is sent normally. In the example of the image 1, user 123456 receives the push with the 5 in the ${STOREID} variable.
The problem is: we have a supplemental table of stores, which contains STOREID, SLUG, STORENAME, etc. and I want to use this supplemental table as Data Source of the Push.
0