green-architect-4647
05/14/2022, 1:46 PMthankful-potato-8143
05/16/2022, 3:49 PMgreat-daybreak-70417
05/19/2022, 3:44 PMWHERE(compile_assets.array, "asset_type", LOOP.value)
in a single event transform?
Where the loop value is a resource with a dictionary of 'asset_types' that i want to remove from the 'assets.array'.
The WHERE
works, but as the list of types im not interested in is smaller, it's easier to maintain the resource for those i don't want to keep.
Thanksearly-vegetable-9315
05/20/2022, 2:03 PMmysterious-winter-58499
05/25/2022, 1:03 PMgreen-architect-4647
05/25/2022, 3:35 PMthankful-potato-8143
05/25/2022, 10:09 PMred-caravan-3691
05/25/2022, 10:52 PMgray-wall-69994
05/26/2022, 6:41 PMstraight-judge-35557
05/27/2022, 7:46 AMgreen-architect-4647
05/27/2022, 3:15 PMoptions
with some find/replace to unescape the `"`s and then pasting into the template UI.miniature-crayon-82650
06/02/2022, 2:31 PMancient-flower-50991
06/02/2022, 5:59 PMred-caravan-3691
06/03/2022, 10:10 PMValue at <X> is not an array or does not exist
As the return output is a huge list which is sub-divided into Arrays containing JSON, kinda like:
{
"get_a_list_of_users_in_sumo_logic":
{
"body":
{
"data":
[
{
"firstName":"X",
"lastName":"X",
"email":"X",
"roleIds":
[
],
"createdAt":"X",
"createdBy":"X",
"modifiedAt":"X",
"modifiedBy":"X",
"id":"X",
"isActive":true,
"isLocked":false,
"isMfaEnabled":false,
"lastLoginTimestamp":"X"
},
Followed by the next user etc..
Im not sure if I am using Explode correctly herered-daybreak-70524
06/04/2022, 2:03 PM<https://www.uuidgenerator.net/api>
millions-market-59432
06/10/2022, 4:47 PMthankful-potato-8143
06/13/2022, 4:23 PMred-caravan-3691
06/14/2022, 3:31 PMred-caravan-3691
06/14/2022, 3:37 PMmodern-farmer-99434
06/20/2022, 11:32 AMechoing-airline-38523
06/20/2022, 1:54 PMdelightful-actor-15749
06/21/2022, 12:40 PMflat-kitchen-56993
06/22/2022, 10:03 AMIS_IP_ADDRESS
)? TBH don't really want to regex it 🙂rapid-appointment-74892
06/23/2022, 6:49 PMflat-kitchen-56993
06/23/2022, 8:13 PMSTORY_RUN_GUID()
and STORY_RUN_GUID()
always return empty when I call them ? I'm trying to use them the in the Webhook response body.red-hairdresser-67741
06/24/2022, 10:12 AMflat-kitchen-56993
06/24/2022, 10:34 AMInternal
{
"calculation": "<<LAMBDA(num, num+1)>>"
}
Thanks in advance for your help.modern-farmer-99434
06/28/2022, 10:48 AMripe-tailor-83334
06/28/2022, 2:54 PMobject.(KEYS(object)[0])
or am I missing a simpler way to grab the first and only key out of a specific object when the actual name of the key will change from event to eventable-toddler-42129
06/30/2022, 2:23 PM"response": "Hi {{.user_name}}! Thanks for submitting your {{.command}} request to Tines, we're analyzing now"
but when I run the slash command, it treats {{.user_name}}
as a string, so it comes out as "Hi {{.user_name}}...", am I missing something here?able-toddler-42129
06/30/2022, 2:23 PM"response": "Hi {{.user_name}}! Thanks for submitting your {{.command}} request to Tines, we're analyzing now"
but when I run the slash command, it treats {{.user_name}}
as a string, so it comes out as "Hi {{.user_name}}...", am I missing something here?modern-farmer-99434
06/30/2022, 3:49 PM<<.user_name>>
for example? Or even <<.body.user_name>>
and <<.body.command>>
cause I think it refers to how the json is being receivedable-toddler-42129
06/30/2022, 6:21 PM"response": "<< body.user_name >>"
modern-farmer-99434
06/30/2022, 6:54 PM.
- good shout!able-toddler-42129
06/30/2022, 6:55 PM