SNAPSHOT() of XY MAP not rendering in HTML template

Hi,

I've searched the forum and I'm still stuck.

I have an XY Map view called layouts which works as desired and is shown below. This view generates when a button-based action fires in the app. Here's the expression in that action: LINKTOFILTEREDVIEW("Layouts", [id] = [_THISROW].[id])

image rendered.png

Here's my issue.

When I run a bot to generate an email, with an HTML template, the bot works, sends the template, the data in the template table is correct, except for one thing... The SNAPSHOT() function shows a blank app screen as shown below.

This is the line of code I'm using in the HTML file to call the XY MAP view. I don't get any errors. It's just a blank, as if there's no data...?

I have set the bot to bypass security filters.

<<SNAPSHOT(LINKTOFILTEREDVIEW("Layouts", [id] = [_THISROW].[id]))>>

image not rendered.png

I've been banging my head on this thing for some time now and, I'd be very grateful for some help here.

@Fabian_Weller, your name keeps popping up in the forum for map stuff so I've cheekily tagged you. Hope that's OK.

Many thanks in advance... ๐Ÿ™‚ 

Solved Solved
1 17 791
1 ACCEPTED SOLUTION

You are welcome. Sure, I think if would be some peculiar setting that someone could take a close look at in the app itself. So support ticket sounds a good option. 

Edit: My one request to you will be to base the "Layouts" view also on the slice "QA Approved" just for testing purpose and test if the SNAPSHOT(0 function works. In my testing , one difference is I do not have two different slices. In fact both the views are based on table.

View solution in original post

17 REPLIES 17
Top Labels in this Space