- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 08:35 AM
So here's my scenario.
I want to set up flow designer to run to send messages to a MS Teams webhook, simple stuff, but I want to only do it on the production instance so need to essentially recreate:
gs.getProperty('instance_name') == "prod"
I can't see a simple way to do this as the flow jumps straight into looking at the record updated/created
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 08:38 AM
As of now, you can trigger flow designer actions only based on record created or updated.
In your case, you can write business rule and check system property value in your business rule.
Update record using your business rule which will trigger flow trigger.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 02:50 PM - edited 01-18-2024 07:15 AM
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 12:16 PM
Its actually way easier than I thought.
Custom Action.
- Input Variable: Property (reference to sys_properties)
- Output Varliable: PropertyValue populate with Input Variable Property.DisplayName
No steps! That's it that all.
Then when you use the action you just leverage that output value.
