Hi Marcin, It should be possible. Check this article https://alterpaths.com/using-the-for-each-row-form-rule-in-practice/ for some ideas. Cheers, Martin
Hi Daniel, I understood it this way as well but just wanted to make sure I understood correctly. And I too found only JS solutions as :n-th child can only target HTML tags. :) Cheers, Martin
Can you share a picture of what you want to achieve? It might be easier to understand your use case.
Do you have an old version? I can see it as per attached image.
Hey Adam, Thank you. I found that as well. :) Also the github version which I installed on the server. While it does help to visualize the label, it doesn't help design it. It looks like I need to find someone with a Zebra printer. :D Cheers, Martin
Thank you again. I found that as well. It's quite basic but it helps. Unfortunately it's not easy to make some more advanced designs but it will do. Best regards, Martin
Hi Karol, Thank you. The tool is great but the produced EPL file is not (see attached image). It might be something with the encoding but I can't figure out what. Cheers, Martin
Hi, I need to use the the Printout a barcode label. I found the article about ZebraDesigner to design the label and get the EPL format text to insert into the action. My problem is I don't have a Zebra printer. If I try to install the ZebraDesigner it won't allow me to design a label because the
You could set it as a text field and use regex ^(?!(?:\d{1,2}|100)$)[0-9]\d+$ Or leave it int/float and create a form rule that pops up an alert and hides the available paths until the value below 100 (see attached image).
Hi Denckert, The easiest way is for sure the one that Maksymilian indicated. A working CSS for adding an icon to the path button could is: background-image: URL("/images/icons/iconFabric-Rewind-24.png"); background-repeat: no-repeat; background-position: 10% 50%; padding: 6px 12px 6px 30px; A
Hi Andreia, I tested my assumptions and it doesn't work as expected. The business rule returns only the first column of the query, semi-colon delimited. To work around this, you need to do some more steps. To recap, those are the steps to follow: 1. Save the content of the email in a multiple
I didn't actually test this in Designer Studio, but you should be able to make it work. 1. Get the content of the email in a multiple lines of text field. 2. Grab the whole table from HTML using a business rule (BR1). Inside it place a SQL command and do something like SUBSTRING where the start
Assuming you have a clean HTML table in your email body, you could use a query like the following one to retrieve data from it (run the query in SSMS to see the results): /* SQL START */ DECLARE @xml XML = ' Col 1 Col 2 Col 3 Val 1a Val 1b Val 1c Val 2a V
Hi Andreia, First, it would be much easier to implement what you need if you were able to have an Excel attachment instead of the table in email body. If that's not possible, do you have a fixed number of rows/columns in the table or is it variable? Let me know. Cheers, Martin
To answer your question: System Settings > HotMailBoxes > Hotmailbox A > Starting workflow settings or Joining to element settings > In the "Additional field settings" section set the values as follows: - Name: choose your multiple lines of text field - Value: use the %Content% variable - Fil
One more thing... I would be glad to discuss that answer/question more in detail. Together maybe we find a good solution. If interested, send me an email to martin@meze.si.
Hi Ingo, You have various options to achieve that. 1. In the Advanced configuration of the text field you can check Append mode. 2. In the update form field rule/action just concatenate the new text with the old one which is already present in the text field. 3. Instead of saving the text i
Not sure if firewall could be the root cause. Let me summarize once again + add some additional info: - It's Microsoft SQL Azure (RTM) - 12.0.2000.8 - Using SQL authentication - Webcon Data sources > Connections > MSSQL database > inserted all connection parameters, click Test and get the "Co
Good point, Adam. :) Thank you.
Hi Pawel, Thank you for the article. However, in the version that I'm using (2022.1.2.59) all emails get sent as the email address defined in global settings. Did you change that in the last version? Thanks, Martin