Hi,
What the error is stating is the argument passed to your microflow is of type Organization_Data when it really should have been of type RFQ.
You can only pass arguments to the microflow based on a dataview or if you have context of that object.
Also, it seems a bit off that you want to create a new object of type Organization_Data with a similar object type passed and reusing its value. Maybe you intended to do something else here.
Taking the rapid developer course from Mendix academy will help a great deal in navigating with such errors: https://academy.mendix.com/link/paths/31/Become-a-Rapid-Developer
Hope this helps.