Help~Why I can’t get the correct substring? The data format is 74839505765-v2, I just want to get the 11 numbers from left.
Help~Why I can’t get the correct substring? The data format is 74839505765-v2, I just want to get the 11 numbers from left.
Show us the entire expression and the value during debug.
before flow decision, can you print out value of Report_no_revise?
because error is saying report_no_revise doesnt has less than 10 characters
That shows us the expression. Add a breakpoint on the last activity before the flow decision, Debug the process, and when it stop at the breakpoint show us the value in the Locals panel.