35 questions
Score of 0
0 answers
64 views
Android Studio UI testing with Journey has weird behavior on TextField
So I was trying to use Journey to do a UI test and found that, after it enters the text into the TextField, it will go to the next line (and exit the app) for no reason. It's 100% reproducible.
Test ...
Score of 1
0 answers
135 views
Trying to run a Journeys Test Suite results in com.android.tools.journeys.testengine.robo.platform.JourneyExecutionException
Sign out of Android Studio Otter 3
Kill and relaunch Android Studio
Sign into my account in Android Studio
Run a previously working Journeys test suite
Result:
com.android.tools.journeys.testengine....
Score of 0
0 answers
114 views
I try Google Android Studio Narwhal Feature Drop | 2025.1.3 Canary 2 with a new feature Journey
I try Google Android Studio Narwhal Feature Drop | 2025.1.3 Canary 2 with a new feature Journey,I signed in Google account ,and gernered and add Gemini API key,but run the journey.xml ,will happen ...
Score of 1
0 answers
842 views
How to trigger an AWS Pinpoint Journey from an event?
I'm trying to start an AWS Pinpoint Journey from an event.
My golang app is using the PutEvents endpoint to submit the event:
func (c *Client) SendEvent(ctx context.Context, eventName string, ...
Score of 0
1 answer
78 views
Extending the ForgeRock AM AbstractDecisionNode
I have a set of code that is using the AbstractDecisionNode from ForgeRock AM (https://backstage.forgerock.com/docs/am/7.3/_attachments/apidocs/org/forgerock/openam/auth/node/api/AbstractDecisionNode....
Score of 0
1 answer
167 views
Marketing cloud automation schedule time zone
Data was received from a third party at 6:30 PM GMT.
Automation is scheduled at 8:30 PM (GMT) Dublin, Edinburgh, Lisbon, London
Business unit time zone : (GMT-05:00) Eastern Time (US & Canada)
...
Score of 0
2 answers
68 views
Populating one column based on two columns in R
I have the below dataset, and I am trying to create a more meaningful path.
Row#
Session
Click
Page
1
123
Enter
Pg1
2
123
phpbutton
Pg1
3
123
Enter
Pg2
4
123
Enter
Pg3
5
123
Form1
Pg3
6
123
Form2
Pg3
...
Score of 0
1 answer
65 views
Creating clickstream sequence from data frame
I have the following table:
User ID
Session ID
Time Stamp
Page
123
123.4
HH:MM:01
1
123
123.4
HH:MM:02
2
123
123.4
HH:MM:05
3
123
123.4
HH:MM:10
4
123
123.4
HH:MM:11
5
122
1299.1
HH:MM:01
2
122
1299.1
...
Score of 1
1 answer
55 views
Neo4j creating nodes and relationships from Bus route CSV
I have a CSV file with bus route information that looks like this. I am having trouble creating nodes and path relationships in Neo4j with it in this format.
I would like to have nodes for the stops ...
Score of 0
0 answers
656 views
Export Salesforce Marketing Cloud Journey in simple text/readable format
We have multiple journeys (some simple some complicated) created in Marketing Cloud. Do we have any way to get/download the journey (flowchart) in some readable (like XML or Json) format.
The issue is ...
Score of -3
1 answer
117 views
Algorithm to remove duplicated location on list
I have a service to find journey and remove the duplicated visit city.
public static void main(String[] args){
List<List<String>> allPaths = new ArrayList<>();
...
Score of 0
1 answer
285 views
How to find the shortest route to complete the journey? [closed]
Suppose we have an undirected graph:
{A,B} 5
{A,C} 6
{A,D} 3
{A,E} 4
{B,C} 4
{B,D} 3
{B,E} 6
{C,D} 3
{C,E} 5
{D,E} 5
where numbers represent the weight.
Lets say I am interested in starting from A and ...
Score of 4
1 answer
1143 views
Mermaid DiagrammeR journey
How can I solve this problem. I added the following line of code in my *.rmd file:
DiagrammeR::mermaid("
journey
title My working day
section Go to work
Make tea: 5: Me
Go ...
Score of 0
1 answer
324 views
Can I build a route recording app with flutter?
I’m hoping to build a map recording app. All I want to know is can I do this with flutter?
Just a typical hiking app that will record my journey and then allow me to keep a record of the trip. With a ...
Score of 0
1 answer
732 views
How to display multi-line text in Visio Shape Data?
I'm looking for a way to fuse Customer Journey Mapping with Process Modeling to solve the problem of journey conditionality. Visio is so very close to being able to solve this problem, but...
1. You ...