I’ve been trying to create a flow which copied data returned from a server connect into the data store but it’s never showing me the output fields. This appears to be a known bug for some time:
I’ve managed to get it working by manually coding the variables.
My workflow was to have a server connect, then add an action to the success event which contains a flow containing a repeat where the expression is the data from the server connect. Then in that repeat I have a data flow action to insert a record using data from that repeat. This is where it falls down because the output fields is always empty.