Good day,
I am building a simple flow where I am using the "Get items" action to get data from a multi line column from my list, to then use "Create Item" to add the data into another List.
However the Values for Create Item are null for the multi line columns.
As it is shown in the screenshot the "Get Items" action does return the data in the list

However when I use "Create Item" it says null for the last 2 columns which are shown to have data in the screenshot above

The "Create Item" action itself looks as follows

Yes I am doing it via "Parse JSON" and I can confirm the "Parse JSON" action also returns the data from "Get Items", only "Create Item" returns null.
Is there any way to fix this?