Hi all,
i think this is an easy one , and im sure ive done it before but cant work it out today ( it is friday ) , i have a sharepoint list with some rates on e.g. electrician > £2.00
on a monthly basis i need it to update another list with the new rates , so the other list has jobs on e.g. install socket > Electrician > £2.00
(i cant use a sharepoint look up column before you say that) so i started a flow :
on schedule ( 1 monthly
Get items ( ratecard )
Get items ( job list)
Apply to all
Update sharepoint
Rate: ( heres where im stuck i cant seem to work out the formula ) IF( getitems(ratecard).trade = getitems(job list).trade, getitems(ratecard).Rate) or soemthing ?