Hi everyone,
I'm new to Canvas app and I need help for a basic need.
So I have a string stored in a label. The string has the following format : "A:1,B:2,C:3".
I want to convert it into a data table with two columns and three rows:
I've tried with the Split function but didn't succeed to have two columns. Can someone help me please ?
For full context, then my goal will be to add the value column into another data table (via a join on the ID column).
Thanks 🙂