Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #365: LEGO® My Data!

sknman92
8 - Asteroid

my solution

Rob-Silk
8 - Asteroid

Standard solution:

Spoiler
challenge_365a_RS_screencap.PNG

 

App-based solution:

Spoiler
challenge_365b_RS_screencap.PNGchallenge_365c_RS_screencap.PNGchallenge_365d_RS_screencap.PNG
snbandi
8 - Asteroid

My solution for Simple version. Intermediate to come later for after more experience with other tools.

asultanov
8 - Asteroid

Solution & app attached.

becky-pattinson
7 - Meteor
Spoiler
Challenge 365 BP.png
Mikeimbi
8 - Asteroid

With App

Lucy_Hickman
6 - Meteoroid

The challenge_365_solution app does not contain an error message for "Sorry, the ID number you entered does not exist." 

 

I would have liked to have seen how you include an error message when a user enters an ID that doesn't match to an ID in the column ID. I've only seen error message displayed when the input doesn't match a certain format. 

Lucy_Hickman
6 - Meteoroid

The best Error Message Expression I could come up with is 

 

REGEX_Match([#1], '^(?!\d{4,5}$).*$')

 

this will only be true when its not a 4 or 5 digit number. This will still allow invalid 4 or 5 digit IDs to pass through the workflow and the user will only realize once they open an empty PDF. 

mwong
8 - Asteroid

what a challenge.  my solution:

toby49
8 - Asteroid

My solution:

 

Spoiler
Screenshot 2024-04-10 093300.pngScreenshot 2024-04-10 092333.pngScreenshot 2024-04-10 093158.png