Roy Simmons
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Comments
Recent activity by Roy Simmons Sort by recent activity-
Hi Yuvaraj,For the Syntax it expecting a value as if there is no link then it just a simple text?You may need to wrap the syntax in a If Condition to either put a Hyperlink or normal text.https://s...
-
Hi Erin,You will need to follow the array data structre and Foreach Syntax in the article link below for foreach.https://support.encodian.com/hc/en-gb/articles/360020415778-Repeating-ContentYou can...
-
Hi Jay,Thank you for letting me know, and thanks for the hard work on this.
-
Jay Goodison If having 100+ documents stored or when creating a Excel in automation.To have the ability to automate and produce a PDF with a Landscape layout if cannot do manually.
-
Hello George,Have you tried disabling the date formatting on the action?If you still have issues passing the number format you can also Set the Json Parse Mode to string, so it will pass the number...
-
Hi Luca,No worries your Json is not correctly formatted as you are missing " Double quotes " in your reference you can check this only with a Json Formatter.This will cause a Error if you are encou...
-
HI Luca,The following Json example can put more then 1 link it would be written like the example belowIf you want to pass a Array of Url links you need to follow the foreach syntax which examples c...
-
Hello Kurt,From what I tested you would use a combination with a Variable syntax to apply a static text with the URL and then you can simply pass the url in the json. The example below shows how it...