Hello,
I am new with PowerApps and flow.
I need to copy all values from one SP list to another but I want to change the structure of the new list (less columns).
I stuck on creating flow that will check the condition:
Example:
Old List
Column__A - Name of app
Columnt_B - revised name of the app
New List
Column_A - Name of app
Column_A in old list always has values, Column__B may be empty.
I want to merg data from Column_A and Column_B from Old list to Column_A in new list.
I need to write an Expression that will check (during Create Item flow) if Column_B in Old list is empty and then copy Column_A from Old List to Column_A in new list.
IF(Column__B=empty, copy Column_A) else copy Column_B)
I hope it is understandable.
Regards,
Marcin