You are viewing limited content. For full access, please sign in.

Question

Question

how to populate filed in HTML with set business process variable in table structure

asked on November 26, 2017 Show version history

Dear team ,

 

I need one quick help in the issue while populating the HTML.

 

Scenario:

 

I am populating the table through Set business variables.  Table contain one column which has Weblink URL's. Problem now once it populate it is without the hyperlink. So i have pass the table Variable to HTML to show the URL in hyperlink. but the Variable data is in table so it showing all rows in table in Single URL. Refer below screen shot.

Please suggest how i can show in table format with the hyperlink. 

 

 

 

 

 

 

 

 

 

 

1 0

Replies

replied on December 7, 2017

Hi Sumeet,

If you know how many rows would be there in the table, you can add the token like this for individual rows:

{/dataset/Table/Column_1[1]}

{/dataset/Table/Column_1[2]}

0 0
replied on December 11, 2024

¿Could this be made dynamic?

I try {/dataset/Table/Column_1[ROW()}} and its not working

I really need this.

0 0
replied on December 11, 2024

There's a typo in that variable. You have a { and a [, then 2 closing } and no closing ].

0 0
replied on December 11, 2024 Show version history

Hi Miruna,

 

Let me show you the complete syntax behind the HTML in the table.

<a href="{{/dataset/Facturas_Disponibles/URLOC[ROW()]}}" target="_blank">OC</a>

 

And it's not working. The Hyperlink goes bananas.

0 0
replied on December 11, 2024

Hi Gerardo,

Using ROW() on form tokens is not supported currently.

There is an exisiting feature request though (#172551)

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.