I am searching for an example of a keyword that generate a UUID
and then from my test fill a variable with this UUID
I found an example for the keyword
Generate UUID
${uuid}= Generate UUID
${generated_uuid}= Get Regexp Matches ${uuid} ^(?P<uuid>[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}).* uuid
Should Not Be Empty ${generated_uuid}
but I do not manage to fill a variable in my test
*** Test Cases ***
DSB-IN-19954-001 GetVRs
[Tags] DSB-IN-19954-001 DSB-IN-19954 ART
${recordId} Generate UUID
when I do this I get a error Maximum limit of started keywords exceeded.
No keyword with name 'Get Regexp Matches' found.
anyone who can help ??
tnx