Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEADecided to use Text Input for the column names - if the columns are not dynamic, why not go for a simpler way?
struggled with the input data with this one - really ended up relying on comparing the values to the expected output with my select records which is not very future-proofed. I did like the part of the flow that codes the fields by making a lookup table for a dynamic rename.
My solution.