|
Re: Combining two High Priority User Data
You can combine data from multiple places using a Cluster Bundle, and then flatten the cluster for the high priority dashboard data.
For the user messages, it expects a string. However, the flatten to string isn't what you want. It takes the number, converts it to binary, and sends it. You should use the format into string, which takes a number like 10, and coverts it to a string "10". I hope that's understandable.
|