Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Instead of the items('For_each')?['additionalData']?['MdatpDeviceId']
expression, we can see additionalData.MdatpDeviceId
as dynamic content.”
A block of code is set as follows:
split('Incident 1;Incident 2;Incident 3', ';') – result will be join(body(‘Entities_-_Get_Hosts’)?[‘Hosts’]?[‘ friendlyName’], ‘, ’) ["Incident 1", "Incident 2", "Incident 3"]
Any command-line input or output is written as follows:
$GraphAppId = "00000003-0000-0000-c000-000000000000" $PermissionName1 = "User.Read.All" $PermissionName2 = "User.ReadWrite.All"
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “We utilize the Select and Create HTML table actions if we want to create an HTML table based on array values, such as a list of all entities and what kinds of entities they are.”
Tips or important notes
Appear like this.