Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utility flow to extract number by length #118

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Solanki-Manish
Copy link
Contributor

By submitting this pull request, you agree to the contribution guidelines

If you aren't familiar with how to contribute to open-source repositories using GitHub, or if you find the instructions on this page confusing, sign up for one of our Sharing is Caring events. It's completely free, and we'll guide you through the process.

To submit a pull request with multiple authors, make sure that at least one commit is a co-authored commit by adding a Co-authored-by: trailer to the commit's message. E.g.: Co-authored-by: name <[email protected]>

Put an x in all the items that apply ([x], without spaces), make notes next to any that haven't been addressed.

  • Bug fix?
  • New sample?
  • Related issues: fixes #X, partially #Y, mentioned in #Z
  • Needs API permissions?
  • Has other prerequisites? (E.g. requires a list, document library, etc.)

What's in this Pull Request?

This sample is a reusable child cloud flow that can be used for extracting a number by its length from a string. This flow takes input string and length of a digit or number to be extracted an its input parameters. This child flow can be called from the parent flow with the appropriate input parameters.

This sample illustrates the following concepts:

  • Reusablility using child flow
  • Perform string parsing to extract number by its length from a given input text or string
  • Use of Select & Filter action
  • Expression

Checklist

This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.

Put an x in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed.

  • My pull request affects only ONE sample.
  • I have updated the README file.
  • My README has at least one static high-resolution screenshot (i.e. not a GIF)
  • My README contains complete setup instructions, including pre-requisites and permissions required

Copy link

github-actions bot commented Jan 2, 2025

Validation failed!

File: samples/utility-flow-to-extract-number-by-length/assets/sample.json

  • The JSON value could not be converted to System.DateTimeOffset. Path: $.creationDateTime | LineNumber: 10 | BytePositionInLine: 35.

@Solanki-Manish Solanki-Manish marked this pull request as draft January 2, 2025 06:55
@Solanki-Manish Solanki-Manish marked this pull request as ready for review January 2, 2025 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant