Hi Everyone,
I got two simple questions while creating the Flow:
A. I would like to get the integer number from the string, ex:
Input AB1738
Output 1738
I know use skip expression can do it, like this @{skip('AB1738', 2)}, but the design of input is variation by different times, some time input will become A1738, so skip is not suitable for my case, any idea can share?
B. The other issue about the duplicate data, I want to duplicate the data for 3 times, ex:
Input: 2019-11-16T01:12:22.5967458Z
Output: 2019-11-16T01:12:22.5967458Z, 2019-11-16T01:12:22.5967458Z, 2019-11-16T01:12:22.5967458Z
Is it possible?
Please help on these, thank you.
Regards,
ilu989