Skip to content

Commit f7cad39

Browse files
author
ecfan
committed
Fix table formatting
1 parent 5b3166f commit f7cad39

File tree

1 file changed

+63
-189
lines changed

1 file changed

+63
-189
lines changed

articles/connectors/built-in.md

Lines changed: 63 additions & 189 deletions
Original file line numberDiff line numberDiff line change
@@ -289,30 +289,18 @@ Azure Logic Apps provides the following built-in actions for running your own co
289289
:::row:::
290290
:::column:::
291291
[![Azure Functions icon][azure-functions-icon]][azure-functions-doc]
292-
\
293-
\
294-
[**Azure Functions**][azure-functions-doc]
295-
\
296-
\
297-
Call [Azure-hosted functions](../azure-functions/functions-overview.md) to run your own *code snippets* (C# or Node.js) within your workflow.
292+
<br><br>[**Azure Functions**][azure-functions-doc]
293+
<br><br>Call [Azure-hosted functions](../azure-functions/functions-overview.md) to run your own *code snippets* (C# or Node.js) within your workflow.
298294
:::column-end:::
299295
:::column:::
300296
[![Inline Code action icon][inline-code-icon]][inline-code-doc]
301-
\
302-
\
303-
[**Inline Code**][inline-code-doc]
304-
\
305-
\
306-
[Add and run inline JavaScript code snippets](../logic-apps/logic-apps-add-run-inline-code.md) from your workflow.
297+
<br><br>[**Inline Code**][inline-code-doc]
298+
<br><br>[Add and run inline JavaScript code snippets](../logic-apps/logic-apps-add-run-inline-code.md) from your workflow.
307299
:::column-end:::
308300
:::column:::
309301
[![Local Function Operations icon][local-function-icon]][local-function-doc]
310-
\
311-
\
312-
[**Local Function Operations**][local-function-doc]<br>(Standard workflow only)
313-
\
314-
\
315-
[Create and run .NET Framework code](../logic-apps/create-run-custom-code-functions.md) from your workflow.
302+
<br><br>[**Local Function Operations**][local-function-doc]<br>(Standard workflow only)
303+
<br><br>[Create and run .NET Framework code](../logic-apps/create-run-custom-code-functions.md) from your workflow.
316304
:::column-end:::
317305
:::column:::
318306
:::column-end:::
@@ -325,59 +313,35 @@ Azure Logic Apps provides the following built-in actions for structuring and con
325313
:::row:::
326314
:::column:::
327315
[![Condition action icon][condition-icon]][condition-doc]
328-
\
329-
\
330-
[**Condition**][condition-doc]
331-
\
332-
\
333-
Evaluate a condition and run different actions based on whether the condition is true or false.
316+
<br><br>[**Condition**][condition-doc]
317+
<br><br>Evaluate a condition and run different actions based on whether the condition is true or false.
334318
:::column-end:::
335319
:::column:::
336320
[![For Each action icon][for-each-icon]][for-each-doc]
337-
\
338-
\
339-
[**For Each**][for-each-doc]
340-
\
341-
\
342-
Perform the same actions on every item in an array.
321+
<br><br>[**For Each**][for-each-doc]
322+
<br><br>Perform the same actions on every item in an array.
343323
:::column-end:::
344324
:::column:::
345325
[![Scope action icon][scope-icon]][scope-doc]
346-
\
347-
\
348-
[**Scope**][scope-doc]
349-
\
350-
\
351-
Group actions into *scopes*, which get their own status after the actions in the scope finish running.
326+
<br><br>[**Scope**][scope-doc]
327+
<br><br>Group actions into *scopes*, which get their own status after the actions in the scope finish running.
352328
:::column-end:::
353329
:::column:::
354330
[![Switch action icon][switch-icon]][switch-doc]
355-
\
356-
\
357-
[**Switch**][switch-doc]
358-
\
359-
\
360-
Group actions into *cases*, which are assigned unique values except for the default case. Run only that case whose assigned value matches the result from an expression, object, or token. If no matches exist, run the default case.
331+
<br><br>[**Switch**][switch-doc]
332+
<br><br>Group actions into *cases*, which are assigned unique values except for the default case. Run only that case whose assigned value matches the result from an expression, object, or token. If no matches exist, run the default case.
361333
:::column-end:::
362334
:::row-end:::
363335
:::row:::
364336
:::column:::
365337
[![Terminate action icon][terminate-icon]][terminate-doc]
366-
\
367-
\
368-
[**Terminate**][terminate-doc]
369-
\
370-
\
371-
Stop an actively running workflow.
338+
<br><br>[**Terminate**][terminate-doc]
339+
<br><br>Stop an actively running workflow.
372340
:::column-end:::
373341
:::column:::
374342
[![Until action icon][until-icon]][until-doc]
375-
\
376-
\
377-
[**Until**][until-doc]
378-
\
379-
\
380-
Repeat actions until the specified condition is true or some state has changed.
343+
<br><br>[**Until**][until-doc]
344+
<br><br>Repeat actions until the specified condition is true or some state has changed.
381345
:::column-end:::
382346
:::column:::
383347
:::column-end:::
@@ -392,87 +356,37 @@ Azure Logic Apps provides the following built-in actions for working with data o
392356
:::row:::
393357
:::column:::
394358
[![Data Operations icon][data-operations-icon]][data-operations-doc]
395-
\
396-
\
397-
[**Data Operations**][data-operations-doc]
398-
\
399-
\
400-
Perform operations with data.
401-
\
402-
\
403-
**Compose**: Create a single output from multiple inputs with various types.
404-
\
405-
\
406-
**Create CSV table**: Create a comma-separated-value (CSV) table from an array with JSON objects.
407-
\
408-
\
409-
**Create HTML table**: Create an HTML table from an array with JSON objects.
410-
\
411-
\
412-
**Filter array**: Create an array from items in another array that meet your criteria.
413-
\
414-
\
415-
**Join**: Create a string from all items in an array and separate those items with the specified delimiter.
416-
\
417-
\
418-
**Parse JSON**: Create user-friendly tokens from properties and their values in JSON content so that you can use those properties in your workflow.
419-
\
420-
\
421-
**Select**: Create an array with JSON objects by transforming items or values in another array and mapping those items to specified properties.
359+
<br><br>[**Data Operations**][data-operations-doc]
360+
<br><br>Perform operations with data.
361+
<br><br>**Compose**: Create a single output from multiple inputs with various types.
362+
<br><br>**Create CSV table**: Create a comma-separated-value (CSV) table from an array with JSON objects.
363+
<br><br>**Create HTML table**: Create an HTML table from an array with JSON objects.
364+
<br><br>**Filter array**: Create an array from items in another array that meet your criteria.
365+
<br><br>**Join**: Create a string from all items in an array and separate those items with the specified delimiter.
366+
<br><br>**Parse JSON**: Create user-friendly tokens from properties and their values in JSON content so that you can use those properties in your workflow.
367+
<br><br>**Select**: Create an array with JSON objects by transforming items or values in another array and mapping those items to specified properties.
422368
:::column-end:::
423369
:::column:::
424370
![Date Time action icon][date-time-icon]
425-
\
426-
\
427-
**Date Time**
428-
\
429-
\
430-
Perform operations with timestamps.
431-
\
432-
\
433-
**Add to time**: Add the specified number of units to a timestamp.
434-
\
435-
\
436-
**Convert time zone**: Convert a timestamp from the source time zone to the target time zone.
437-
\
438-
\
439-
**Current time**: Return the current timestamp as a string.
440-
\
441-
\
442-
**Get future time**: Return the current timestamp plus the specified time units.
443-
\
444-
\
445-
**Get past time**: Return the current timestamp minus the specified time units.
446-
\
447-
\
448-
**Subtract from time**: Subtract a number of time units from a timestamp.
371+
<br><br>**Date Time**
372+
<br><br>Perform operations with timestamps.
373+
<br><br>**Add to time**: Add the specified number of units to a timestamp.
374+
<br><br>**Convert time zone**: Convert a timestamp from the source time zone to the target time zone.
375+
<br><br>**Current time**: Return the current timestamp as a string.
376+
<br><br>**Get future time**: Return the current timestamp plus the specified time units.
377+
<br><br>**Get past time**: Return the current timestamp minus the specified time units.
378+
<br><br>**Subtract from time**: Subtract a number of time units from a timestamp.
449379
:::column-end:::
450380
:::column:::
451381
[![Variables action icon][variables-icon]][variables-doc]
452-
\
453-
\
454-
[**Variables**][variables-doc]
455-
\
456-
\
457-
Perform operations with variables.
458-
\
459-
\
460-
**Append to array variable**: Insert a value as the last item in an array stored by a variable.
461-
\
462-
\
463-
**Append to string variable**: Insert a value as the last character in a string stored by a variable.
464-
\
465-
\
466-
**Decrement variable**: Decrease a variable by a constant value.
467-
\
468-
\
469-
**Increment variable**: Increase a variable by a constant value.
470-
\
471-
\
472-
**Initialize variable**: Create a variable and declare its data type and initial value.
473-
\
474-
\
475-
**Set variable**: Assign a different value to an existing variable.
382+
<br><br>[**Variables**][variables-doc]
383+
<br><br>Perform operations with variables.
384+
<br><br>**Append to array variable**: Insert a value as the last item in an array stored by a variable.
385+
<br><br>**Append to string variable**: Insert a value as the last character in a string stored by a variable.
386+
<br><br>**Decrement variable**: Decrease a variable by a constant value.
387+
<br><br>**Increment variable**: Increase a variable by a constant value.
388+
<br><br>**Initialize variable**: Create a variable and declare its data type and initial value.
389+
<br><br>**Set variable**: Assign a different value to an existing variable.
476390
:::column-end:::
477391
:::column:::
478392
:::column-end:::
@@ -508,95 +422,55 @@ For more information, review the following documentation:
508422
:::row:::
509423
:::column:::
510424
[![AS2 v2 icon][as2-v2-icon]][as2-doc]
511-
\
512-
\
513-
[**AS2 (v2)**][as2-doc]<br>(*Standard workflow only*)
514-
\
515-
\
516-
Encode and decode messages that use the AS2 protocol.
425+
<br><br>[**AS2 (v2)**][as2-doc]<br>(*Standard workflow only*)
426+
<br><br>Encode and decode messages that use the AS2 protocol.
517427
:::column-end:::
518428
:::column:::
519429
[![EDIFACT icon][edifact-icon]][edifact-doc]
520-
\
521-
\
522-
[**EDIFACT**][edifact-doc]
523-
\
524-
\
525-
Encode and decode messages that use the EDIFACT protocol.
430+
<br><br>[**EDIFACT**][edifact-doc]
431+
<br><br>Encode and decode messages that use the EDIFACT protocol.
526432
:::column-end:::
527433
:::column:::
528434
[![Flat File icon][flat-file-icon]][flat-file-doc]
529-
\
530-
\
531-
[**Flat File**][flat-file-doc]
532-
\
533-
\
534-
Encode and decode XML messages between trading partners.
435+
<br><br>[**Flat File**][flat-file-doc]
436+
<br><br>Encode and decode XML messages between trading partners.
535437
:::column-end:::
536438
:::column:::
537439
[![Integration account icon][integration-account-icon]][integration-account-doc]
538-
\
539-
\
540-
[**Integration Account Artifact Lookup**][integration-account-doc]
541-
\
542-
\
543-
Get custom metadata for artifacts, such as trading partners, agreements, schemas, and so on, in your integration account.
440+
<br><br>[**Integration Account Artifact Lookup**][integration-account-doc]
441+
<br><br>Get custom metadata for artifacts, such as trading partners, agreements, schemas, and so on, in your integration account.
544442
:::column-end:::
545443
:::column:::
546444
[![Liquid Operations icon][liquid-icon]][liquid-transform-doc]
547-
\
548-
\
549-
[**Liquid Operations**][liquid-transform-doc]
550-
\
551-
\
552-
Convert the following formats by using Liquid templates: <br><br>- JSON to JSON <br>- JSON to TEXT <br>- XML to JSON <br>- XML to TEXT
445+
<br><br>[**Liquid Operations**][liquid-transform-doc]
446+
<br><br>Convert the following formats by using Liquid templates: <br><br>- JSON to JSON <br>- JSON to TEXT <br>- XML to JSON <br>- XML to TEXT
553447
:::column-end:::
554448
:::row-end:::
555449
:::row:::
556450
:::column:::
557451
[![RosettaNet icon][rosettanet-icon]][rosettanet-doc]
558-
\
559-
\
560-
[**RosettaNet**][rosettanet-doc]
561-
\
562-
\
563-
Encode and decode messages that use the RosettaNet protocol.
452+
<br><br>[**RosettaNet**][rosettanet-doc]
453+
<br><br>Encode and decode messages that use the RosettaNet protocol.
564454
:::column-end:::
565455
:::column:::
566456
[![SWIFT icon][swift-icon]][swift-doc]
567-
\
568-
\
569-
[**SWIFT**][swift-doc]<br>(*Standard workflow only*)
570-
\
571-
\
572-
Encode and decode Society for Worldwide Interbank Financial Telecommuncation (SIWFT) transactions in flat-file XML message format.
457+
<br><br>[**SWIFT**][swift-doc]<br>(*Standard workflow only*)
458+
<br><br>Encode and decode Society for Worldwide Interbank Financial Telecommuncation (SIWFT) transactions in flat-file XML message format.
573459
:::column-end:::
574460
:::column:::
575461
[![Transform XML icon][xml-transform-icon]][xml-transform-doc]
576-
\
577-
\
578-
[**Transform XML**][xml-transform-doc]
579-
\
580-
\
581-
Convert the source XML format to another XML format.
462+
<br><br>[**Transform XML**][xml-transform-doc]
463+
<br><br>Convert the source XML format to another XML format.
582464
:::column-end:::
583465
:::column:::
584466
[![X12 icon][x12-icon]][x12-doc]
585-
\
586-
\
587-
[**X12**][x12-doc]
588-
\
589-
\
590-
Encode and decode messages that use the X12 protocol.
467+
<br><br>[**X12**][x12-doc]
468+
<br><br>Encode and decode messages that use the X12 protocol.
591469
:::column-end:::
592470
:::column:::
593471
[![XML validation icon][xml-validate-icon]][xml-validate-doc]
594-
\
595-
\
596-
[**XML Validation**][xml-validate-doc]
597-
\
598-
\
599-
Validate XML documents against the specified schema.
472+
<br><br>[**XML Validation**][xml-validate-doc]
473+
<br><br>Validate XML documents against the specified schema.
600474
:::column-end:::
601475
:::row-end:::
602476

0 commit comments

Comments
 (0)