Flow Designer Support: Updating Asset States by changing the State of the Account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 12:10 PM
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
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 12:27 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 12:46 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 08:55 AM