Hello, hopefully my english is good enough.
I am trying to build a very simple flow, basically I am using the GET ITEM connector to get a line from a sharepoint list, and then I will use CREATE ITEM to duplicate the item in the same list, pretty straight foward. my issue is that the get item return value, as we can see in this output screenshot:

but when I try to use those dynamic value with the create item, everything is null.
I have tried using a parse json connector, puting everything in a variable or compose action, the input from the create item will always be null (unless I hard code it)

any idea why?