Diffchecker (Preview)

Diffchecker will compare your inputs to find the difference between two text files, images, PDFs and many other.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Fördős András
Email fordosa90+ipc_diffcheck@gmail.com
Connector Metadata
Publisher Fördős András
Website https://www.diffchecker.com/
Privacy policy https://www.diffchecker.com/privacy-policy/
Categories Data

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring (optional) Pass your API Key, to access your paid tier.
Email securestring Pass your email, without having a Diffchecker account to access free tier.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Check image

Find the difference between pictures or other images!

Check text

Diffchecker will compare text to find the difference between two text files.

Check image

Find the difference between pictures or other images!

Parameters

Name Key Required Type Description
Left image
left_image True string

String containing data url (prefixed data:) of left image you want to diff (link).

Right image
right_image True string

String containing data url (prefixed data:) of right image you want to diff (link).

Returns

Name Path Type Description
Data URL
dataUrl string

URL prefixed with the data: scheme, containing the result of the comparison.

Check text

Diffchecker will compare text to find the difference between two text files.

Parameters

Name Key Required Type Description
Diff level
diff_level string

Specifies whether you want to diff by word or by character.

Left
left True string

Left text you want to diff.

Right
right True string

Right text you want to diff.

Returns

Name Path Type Description
Rows
rows array of object

Array of differences identified.

End
rows.end boolean

Is it the end?

Chunks
rows.left.chunks array of object

Array of chunks.

Value
rows.left.chunks.value string

Value of difference.

Type
rows.left.chunks.type string

Type of difference, for example 'equal' or 'remove'.

Line
rows.left.line integer

Line number, containing the difference.

Chunks
rows.right.chunks array of object

Array of chunks.

Value
rows.right.chunks.value string

Value of the difference.

Type
rows.right.chunks.type string

Type of the difference, for example 'equal' or 'remove'.

Line
rows.right.line integer

Line number containing the difference.

Inside changed
rows.insideChanged boolean

Is inside changed?

Start
rows.start boolean

Is it the start?

Added
added integer

Added number of differences.

Removed
removed integer

Removed number of differences.