Flow Designer Support: Updating Asset States by changing the State of the Account.

zag
Tera Expert

Hi guys

I created a State field on the Account Record called  Account Journey State. 

I want to create a Flow that finds all the Assets of an account for which Account Journey State has changed and update all the associated assets Site Install State (renamed oob state field) with the value held in Account Journey State  for each changed Account . 

So my thought is: 

Trigger ) create a Flow where the trigger is Account Journey State = Changes

1) Look up the associated assets records for the Account

2) For each triggered record 

3) Look up the Assets for the Account

4) Update the Assets Site Install State field

Attaching Pics of flow below. 

My problem is Step 4 I can't get it to work properly , in this iteration I can't populate the Record with a valid field. 

 

I would appreciate any help. 

 

thanks

 

 

 

3 REPLIES 3

Logan Poynter
Mega Sage
Mega Sage

Hello Zag,

You have your for each action looking at the Trigger and not the records coming back from Step 1 Lookup. 


Please mark my answer as correct/helpful if it has helped you.

Thanks,
Logan

Hey Logan

 

Thanks for the quick response, 

 

I changed the For Each to look at the Asset from 1, but I still cant seem to identify the Site Install Status or Account Install State from 3 in  the update record. 

The problem now is I can't tie  the Site Install Status to the Look up record from #3

 

zag
Tera Expert

Hi guys 

 

I figured out the correct path its working fine now. Documenting here for future use

 

Please mark as correct if you agree