That looks like you have two items called Payload, the String parameter and the output of the Import mapping. I wonder if it's worth renaming one of them.
When the breakpoint is being hit, single step over the Import, and check what the output looks like. Has it imported correctly? If not, check the incoming Payload string and see if it is what you are expecting.
Good luck!